Ir para conteúdo
Faça parte da equipe! (2024) ×
Conheça nossa Beta Zone! Novas áreas a caminho! ×
  • Quem está por aqui   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.

[ajuda] NPC


Chupalaranja
 Compartilhar

Posts Recomendados

Execute no MySQL

 

/* Deletes shops in that range */

DELETE FROM `shops` WHERE `shopid` >= 5000 AND `shopid` <= 5081;

 

/* Deletes shop items in those shops */

DELETE FROM `shopitems` WHERE `shopid` >= 5000 AND `shopid` <= 5081;

 

/* Starts to insert shops into shops table. */

 

/* Magician Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5000, 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5001, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5002, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5003, 1061008); /* Shields */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5004, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5005, 1061008); /* Wands */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5006, 1061008); /* Staffs */

 

/* Thief Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5007, 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5008, 1061008); /* Tops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5009, 1061008); /* Bottoms */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5010, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5011, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5012, 1061008); /* Shields */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5013, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5014, 1061008); /* Daggers */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5015, 1061008); /* Claws */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5016, 1061008); /* Throwing Stars */

 

/* Warrior Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5017, 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5018, 1061008); /* Tops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5019, 1061008); /* Bottoms */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5020, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5021, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5022, 1061008); /* Shields */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5023, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5024, 1061008); /* 1-Handed Axes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5025, 1061008); /* 2-Handed Axes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5026, 1061008); /* 1-Handed Blunt Weapons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5027, 1061008); /* 2-Handed Blunt Weapons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5028, 1061008); /* 1-Handed Swords */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5029, 1061008); /* 2-Handed Swords */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5030, 1061008); /* Spears */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5031, 1061008); /* PoleArms */

 

/* Archer Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (50*** 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5033, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5034, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5035, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5036, 1061008); /* Bows */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5037, 1061008); /* CrossBows */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5038, 1061008); /* Arrows */

 

/* Pirate Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5039, 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5040, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5041, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5042, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5043, 1061008); /* Weapons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5044, 1061008); /* Bullets and Capsules */

 

/* Common Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5045, 1061008); /* Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5046, 1061008); /* Earrings */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5047, 1061008); /* Necklaces & Face Accessories */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5048, 1061008); /* Capes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5049, 1061008); /* Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5050, 1061008); /* Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5051, 1061008); /* Shields */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5052, 1061008); /* Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5053, 1061008); /* Maple Weapons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5054, 1061008); /* Level 0 Weapons */

 

/* NX Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5055, 1061008); /* NX Hats */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5056, 1061008); /* NX Earrings */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5057, 1061008); /* NX Earrings, Glasses, Eye Guards & Eye Patches */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5058, 1061008); /* NX Top */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5059, 1061008); /* NX Bottom */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5060, 1061008); /* NX Capes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5061, 1061008); /* NX Overalls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5062, 1061008); /* NX Rings */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5063, 1061008); /* NX Gloves */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5064, 1061008); /* NX Shields */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5065, 1061008); /* NX Shoes */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5066, 1061008); /* All NX Weapons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5067, 1061008); /* NX Stars */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5068, 1061008); /* Pets */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5069, 1061008); /* All Pet Equips, Pet food, Scrolls, & Books */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5070, 1061008); /* Emoticons */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5071, 1061008); /* Effect */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5072, 1061008); /* All Accessories */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5073, 1061008); /* Player FM Stores */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5074, 1061008); /* Messages */

 

/* ETC Shops */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5075, 1061008); /* General Shop */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5076, 1061008); /* Boss pieces */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5077, 1061008); /* All Buffs, Pots, Antidotes & Food */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5078, 1061008); /* Scrolls */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5080, 1061008); /* Chairs */

INSERT INTO `shops` (`shopid`, `npcid`) VALUES (5081, 1061008); /* Taming Mobs & Mounts */

 

/* Starts to insert shop items into the shops */

 

/* Magician Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002017, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002074, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002075, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002102, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002103, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002**** 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002**** 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002106, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002016, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002072, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002073, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002013, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002064, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002065, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002034, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002035, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002036, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002037, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002038, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002579, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002141, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002142, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002143, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002144, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002145, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002151, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002152, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002153, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002154, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002155, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002215, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002216, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002217, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002218, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002242, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002243, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002244, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002245, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002246, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002252, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002253, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002254, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002271, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002272, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002273, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002274, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002363, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002364, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002365, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002366, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002398, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 10023*** 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002400, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002401, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5000, 1002740, 1, 54);

 

/* Magician Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050008, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050009, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050010, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050001, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050023, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050024, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050025, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051003, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051004, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051005, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050003, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050026, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050027, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050028, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050002, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050029, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050030, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050031, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050035, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050036, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050037, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050038, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050039, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051023, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051024, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051025, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051026, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051027, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050045, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050046, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050047, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050048, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050049, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051030, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051031, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 10510*** 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051033, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051034, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050053, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050054, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050055, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050056, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051044, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051045, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051046, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051047, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050067, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050068, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050069, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050070, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051052, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051053, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051054, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051055, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050072, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050073, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050074, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051056, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051057, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051058, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050092, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050093, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050094, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050095, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051094, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051095, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 10510*** 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 10510*** 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050102, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050103, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050**** 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1050**** 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051**** 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051102, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051103, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1051**** 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1052076, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5001, 1052149, 1, 78);

 

/*Magician Gloves*/

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082019, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082020, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082021, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082022, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082026, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082027, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082028, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082051, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082052, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082053, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082054, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082055, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082056, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082062, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082063, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082064, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082080, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082081, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082082, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082086, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082087, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082088, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082098, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 10820*** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082**** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082121, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082122, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082123, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082131, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 10821*** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082133, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082134, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082151, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082152, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082153, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082154, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082164, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5002, 1082230, 1, 37);

 

/* Magician Shields */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5003, 1092021, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5003, 1092029, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5003, 1092045, 1, 2);

 

/* Magician Shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072006, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072044, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072045, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072023, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072024, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072019, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072020, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072021, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072072, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072073, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072074, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072075, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072076, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072077, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072078, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072169, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072089, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072090, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072091, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072**** 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072**** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072116, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072117, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072140, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072141, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072142, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072143, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072136, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072137, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072138, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072139, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072157, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072158, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072159, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072160, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072178, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072179, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072206, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072207, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072208, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072209, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072223, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072224, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072225, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072226, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072268, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5004, 1072343, 1, 46);

 

/* Magician Wands And All Common Wands */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372005, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372043, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372006, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372018, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372022, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372027, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372004, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372003, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372001, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372000, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372012, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372019, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372023, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372028, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372017, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372007, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372020, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372024, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372029, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372011, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372031, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372033, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372014, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372021, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372025, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372030, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372008, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372015, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372016, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372009, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 1372010, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5005, 13720*** 1, 32);

 

/* Magician Staffs And All Common Staffs */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382054, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382003, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382005, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382004, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382002, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382015, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382017, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382040, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382042, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382018, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382020, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382025, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382030, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382019, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382055, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382041, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382001, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382021, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382026, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382031, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382011, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382014, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382006, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382022, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382027, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 13820*** 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382007, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382023, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382028, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382033, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382053, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382010, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382024, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382029, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382034, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382056, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382008, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382016, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382035, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382037, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5006, 1382036, 1, 41);

 

/* Thief Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002122, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002123, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002124, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002125, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002126, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002107, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002108, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002**** 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002**** 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002**** 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002127, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002128, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002129, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002130, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002131, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002146, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002147, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002148, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002149, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002150, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002171, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002172, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002173, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002174, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002175, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002176, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002177, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002178, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002179, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002180, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002181, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002182, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002183, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002184, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002185, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002577, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002207, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002208, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002209, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002210, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002750, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002247, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002248, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002249, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002656, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002281, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002282, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002283, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002284, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002285, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002327, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002328, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002329, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002330, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002323, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002324, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002325, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002326, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002380, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002381, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002382, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002383, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002550, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5007, 1002740, 1, 64);

 

/* Thief Tops */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040031, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 10400*** 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040033, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041036, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041037, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041038, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040034, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040035, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041044, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041045, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040042, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040043, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040044, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041003, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041039, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041040, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040048, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040049, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040050, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041057, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041058, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041059, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041060, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040057, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040058, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040059, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040060, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041047, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041048, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041049, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041050, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040061, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040062, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040063, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040082, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040083, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040084, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041074, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041075, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041076, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040094, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040095, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 10400*** 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 10400*** 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041077, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041078, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041079, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041080, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040098, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 10400*** 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040**** 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041094, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041095, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 10410*** 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040**** 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040106, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040107, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041**** 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041**** 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041102, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041103, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040108, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040**** 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040**** 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041**** 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041106, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041107, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040**** 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040116, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040117, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1040118, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041**** 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041116, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041117, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5008, 1041118, 1, 74);

 

/* Thief Bottoms */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060021, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060022, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060023, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061029, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061030, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061031, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060024, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060025, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061037, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061038, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060031, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 10600*** 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060033, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061003, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 10610*** 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061033, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061040, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061041, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061042, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060037, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060038, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060039, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061053, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061054, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061055, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061056, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060043, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060044, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060045, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060046, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061043, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061044, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061045, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061046, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060050, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060051, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060052, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060071, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060072, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060073, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061069, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061070, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061071, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060083, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060084, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060085, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060086, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061076, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061077, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061078, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061079, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060087, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060088, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060089, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061093, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061094, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061095, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060093, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060094, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060095, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 10610*** 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061102, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 10600*** 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060098, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 10600*** 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061106, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060**** 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060**** 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060106, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1060107, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061**** 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061116, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5009, 1061117, 1, 77);

 

/* Thief Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051006, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051007, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051008, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051009, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1052152, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 10500*** 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 10500*** 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1050098, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 10500*** 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051090, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051091, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051092, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1051093, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1052072, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5010, 1052149, 1, 14);

 

/* Thief Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082029, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082030, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082031, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 10820*** 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082033, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082034, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082037, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082038, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082039, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082042, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082043, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082044, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082045, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082046, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082047, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082074, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082075, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082076, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082065, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082066, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082067, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082092, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082093, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082094, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082095, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 10820*** 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 10820*** 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082118, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082119, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082120, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082142, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082143, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082144, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082135, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082136, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082137, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082138, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5011, 1082167, 1, 37);

 

/* Thief Shields */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092019, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092020, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092018, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092047, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092050, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5012, 1092049, 1, 5);

 

/* Thief shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072070, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072071, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072028, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072029, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072030, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072031, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072022, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072065, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072066, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072084, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072085, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072086, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072087, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 10720*** 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072033, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072035, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072036, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072171, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072**** 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072**** 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072106, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072107, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072108, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072**** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072**** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072128, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072129, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072130, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072131, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072346, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072150, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072151, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072152, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072161, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072162, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072163, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072172, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072173, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072174, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072192, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072193, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072194, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072195, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072213, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072214, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072215, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072216, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072272, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5013, 1072343, 1, 48);

 

/* Thief Daggers */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332005, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332007, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 13320*** 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332063, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332067, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332070, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332000, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332006, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332002, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332008, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332033, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332038, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332043, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332013, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332010, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332004, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332009, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332012, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332057, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332059, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332001, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332014, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332020, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332034, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332039, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332044, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332011, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332021, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332031, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332068, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332071, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332003, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332016, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332035, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332040, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332045, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332054, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332029, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332024, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332015, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332017, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332036, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332041, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332046, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332030, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332018, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332019, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332037, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332042, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332047, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332064, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332065, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332053, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332022, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332023, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332069, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332072, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332026, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332027, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332051, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332052, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332049, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5014, 1332050, 1, 62);

 

/* Thief Claws */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472063, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472061, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472065, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472001, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472002, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472003, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472004, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472005, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472006, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472034, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472039, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472045, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472007, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472008, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472009, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472010, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472056, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472058, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472011, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472012, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472013, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472035, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472040, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472046, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472014, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472015, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472016, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472017, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472066, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472018, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472019, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472020, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472021, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472036, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472041, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472047, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472064, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472054, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472022, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472023, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472024, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472025, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472037, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472042, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472048, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472026, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472027, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472028, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472029, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472038, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472043, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472062, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472031, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472067, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472033, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472053, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472051, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5015, 1472052, 1, 59);

 

/* Throwing Stars */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070015, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070001, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070008, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070009, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070012, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070013, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070003, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070011, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070010, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070004, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070005, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070006, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070007, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5016, 2070016, 1, 15);

 

/* Warrior Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002002, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002043, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002044, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002003, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002039, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002040, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002007, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002051, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002052, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002009, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002011, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002055, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002059, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002027, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002087, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002088, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002005, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002049, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002050, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002023, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002004, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002047, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002048, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002578, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002021, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002025, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002092, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002093, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002098, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 10020*** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002045, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002046, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002024, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002091, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002028, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002085, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002086, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002022, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002**** 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002**** 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002029, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002084, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002030, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002094, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002095, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002338, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002339, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002340, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002528, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002529, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002530, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002531, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 10025*** 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002377, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002378, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002379, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002551, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5017, 1002739, 1, 57);

 

/* Warrior Tops */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040015, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040038, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041014, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041064, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040009, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040037, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040012, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040039, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041019, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041020, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041021, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040016, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040040, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040041, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041022, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041023, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041024, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040021, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040026, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040028, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040029, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040030, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040000, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040085, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040086, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041084, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041085, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041086, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040087, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040088, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040089, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041087, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041088, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041089, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040090, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040091, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040092, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040093, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041091, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041092, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041093, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040102, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040103, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040**** 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 10410*** 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041098, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 10410*** 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040**** 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040**** 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040113, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041119, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041120, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041121, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040120, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040121, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1040122, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041122, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041123, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5018, 1041124, 1, 58);

 

/* Warrior Bottom */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060008, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060028, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061014, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061023, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060009, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060027, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060010, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060029, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061016, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061017, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060018, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060011, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060030, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060060, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061019, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061020, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060016, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060017, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060019, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060020, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060000, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060074, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060075, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061083, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061084, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061085, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060076, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060077, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060078, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061086, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061087, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061088, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060079, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060080, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060081, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060082, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061090, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061091, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061092, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060090, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060091, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060092, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 10610*** 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 10610*** 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061098, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060**** 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060**** 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060102, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061118, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061119, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061120, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060**** 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060**** 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1060**** 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061121, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061122, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5019, 1061123, 1, 57);

 

/* Warrior Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050005, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050006, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050007, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050011, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051010, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051011, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051012, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051013, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050000, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050021, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050022, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051001, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051014, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051015, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051016, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050080, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050081, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050082, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1050083, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051077, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051078, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051079, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1051080, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1052075, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5020, 1052148, 1, 25);

 

/* Warrior Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082003, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082004, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082001, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082005, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082006, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082007, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082008, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082035, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082036, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082023, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082024, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082025, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082009, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082010, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082011, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082059, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082060, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082061, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082103, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082**** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082**** 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082218, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082**** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082**** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082116, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082117, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082128, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082129, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082130, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082139, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082140, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082141, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5021, 1082168, 1, 33);

 

/* Warrior shields */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092005, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092006, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092001, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092002, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092007, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092012, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092013, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092014, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092004, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092009, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092010, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092011, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092046, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092015, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092016, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092017, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092023, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092024, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092025, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092026, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092027, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092028, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092036, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092037, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092038, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092041, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5022, 1092042, 1, 27);

 

/* Warrior shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072009, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072050, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072007, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072046, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072047, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072011, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072051, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072052, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072053, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072003, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072039, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072040, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072041, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072168, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072002, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072**** 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072113, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072000, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072126, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072127, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 10721*** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072133, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072134, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072135, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072147, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072148, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072149, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072154, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072155, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072156, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072210, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072211, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072212, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 10721*** 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 10721*** 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072198, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072220, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072221, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072222, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072273, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5023, 1072342, 1, 40);

 

/* 1-Handed Warrior & Common Axes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312004, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312016, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312003, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312005, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312013, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312033, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312034, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312006, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312018, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312022, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312026, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312007, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312012, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312008, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312019, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312023, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312027, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312014, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312009, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312020, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312024, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312028, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312010, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312021, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312025, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312029, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312011, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312015, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312030, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5024, 1312031, 1, 32);

 

/* 2-Handed Warrior & Common Axes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412001, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412012, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412002, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412000, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412006, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412028, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412029, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412004, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412013, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412017, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412022, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412005, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412003, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412014, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412018, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412023, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412007, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412015, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412019, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412024, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412008, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412016, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412020, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412025, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 14120*** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412009, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412010, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412021, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5025, 1412026, 1, 28);

 

/* 1-Handed Warrior & Common Blunt Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322005, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322023, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322006, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 13220*** 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322000, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322001, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322027, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322010, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322012, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322002, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322008, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322011, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322035, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322040, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322046, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322051, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322004, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322009, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322022, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322031, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322003, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322014, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322055, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322056, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322015, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322036, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322041, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322047, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322016, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322024, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322017, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322021, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322037, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322042, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322048, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322018, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322025, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322038, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322043, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322049, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322033, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322019, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322026, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322039, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322044, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322050, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322059, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322020, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322028, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322029, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322045, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5026, 1322052, 1, 53);

 

/* 2-Handed Warrior and Common Blunt Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422002, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422003, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422006, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422004, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422001, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422011, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 14220*** 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422033, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422008, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422015, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422019, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422023, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422007, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422036, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422005, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422016, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422020, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422024, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422009, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422017, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422021, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422025, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422010, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422018, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422022, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422026, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422012, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422013, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422027, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5027, 1422028, 1, 30);

 

/* 1-Handed Warrior and Common Swords */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302027, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302007, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302077, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302005, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302002, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302006, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302038, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302043, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302050, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302003, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302022, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302028, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302080, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302008, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302066, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302071, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302004, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302013, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302039, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302044, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302051, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302063, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302009, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302016, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302049, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302029, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302015, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302019, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302068, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302031, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302010, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302040, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302045, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302052, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302025, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302041, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302046, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302053, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302037, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302012, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302026, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302042, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302047, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302054, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302079, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302018, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302023, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302056, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5028, 1302059, 1, 51);

 

/* 2-Handed Warrior & Common Swords */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402001, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402014, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402018, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402000, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402019, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402024, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402030, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402008, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402002, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402010, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402040, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402041, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402044, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402006, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402020, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402025, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402031, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402007, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402029, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402003, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402013, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402021, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402026, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 14020*** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402045, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402011, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402022, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402027, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402033, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402017, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402023, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402028, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402034, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402004, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402015, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402005, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402016, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402035, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402037, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5029, 1402036, 1, 39);

 

/* Warrior & Common Spears */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432015, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432008, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432009, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432014, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432019, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432024, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432031, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432013, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432041, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432042, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432046, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432016, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432003, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432020, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432025, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 14320*** 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432005, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432039, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432004, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432021, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432026, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432033, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432017, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432006, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432022, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432027, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432034, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432007, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432023, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432028, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432035, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432045, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432010, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432018, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432011, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432030, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5030, 1432038, 1, 38);

 

/* Warrior & Common Polearms */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442013, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442048, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442039, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442021, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442006, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442029, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442054, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442007, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442014, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442019, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442004, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442050, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442001, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442011, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442052, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442053, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442061, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442003, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442031, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442035, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442040, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442015, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442028, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442055, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442016, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442025, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442049, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442005, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 14420*** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442036, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442041, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442046, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442027, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442056, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442010, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442017, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442033, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442037, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442042, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442022, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442008, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442030, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442034, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442038, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442043, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442060, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442020, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442026, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442057, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442044, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442045, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5031, 1442002, 1, 52);

 

/* Archer Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002010, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002057, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002**** 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002113, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002**** 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002**** 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002116, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002117, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002118, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002119, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002120, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002121, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002156, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002157, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002158, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002159, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002160, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002161, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002162, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002163, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002164, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002165, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002135, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002136, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002137, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002138, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002139, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002180, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002166, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002167, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002168, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002169, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002170, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002211, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002212, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002213, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002214, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002749, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002267, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002268, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002269, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002270, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002286, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002287, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002288, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002289, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002275, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002276, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002277, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002278, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002402, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002403, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002404, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002405, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002406, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002407, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002408, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002547, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (50*** 1002739, 1, 58);

 

/* Archer Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050051, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050052, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051037, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051038, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051039, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1052151, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050058, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050059, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050060, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051041, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051042, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051043, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050061, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050062, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050063, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050064, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051062, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051063, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051064, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051065, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050075, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050076, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050077, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050078, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051066, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051067, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051068, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051069, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050088, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050089, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050090, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050091, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051082, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051083, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051084, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051085, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050106, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050107, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1050108, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051**** 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051106, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1051107, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1052071, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5033, 1052148, 1, 44);

 

/* Archer Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082012, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082013, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082014, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082015, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082016, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082017, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082018, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082048, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082049, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082050, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082068, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082069, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082070, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082071, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082072, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082073, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082083, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082084, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082085, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082089, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082090, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082091, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1072106, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1072107, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1072108, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082**** 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082**** 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082**** 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082**** 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082125, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082126, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082127, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082158, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082159, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082160, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5034, 1082163, 1, 35);

 

/* Archer Shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072015, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072059, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072016, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072060, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072061, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072025, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072026, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072067, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072068, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072027, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072034, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072069, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072079, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072080, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072081, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072082, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072083, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072170, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072**** 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072102, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072103, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072118, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072119, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072120, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072121, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072122, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072123, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072124, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072125, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072345, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072144, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072145, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072146, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072164, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072165, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072166, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072167, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072182, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072183, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072184, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072185, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072203, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072204, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072205, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072227, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072228, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072229, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5035, 1072342, 1, 48);

 

/* Archer & Common Bows */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452002, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452051, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452054, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452003, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452001, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452027, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 14520*** 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452038, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452000, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452005, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452046, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452048, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452006, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452028, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452033, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452039, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452007, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452055, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452008, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452029, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452034, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452040, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452023, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452053, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452004, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452030, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452035, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452041, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452018, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452009, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452010, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452011, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452031, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452036, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452042, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452052, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452012, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452013, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452014, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452015, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452056, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452017, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452025, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452026, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452019, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452020, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452021, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5036, 1452044, 1, 48);

 

/* Archer & Common Crossbows */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462047, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462001, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462002, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462023, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462028, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462033, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462003, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462000, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462041, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462043, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462004, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462024, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462029, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462034, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462005, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462048, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462006, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462007, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462025, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462030, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462035, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462008, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462026, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462031, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462036, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462009, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462027, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 14620*** 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462037, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462046, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462010, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462011, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462012, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462013, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462018, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462021, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462022, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462015, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462016, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462017, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5037, 1462039, 1, 40);

 

/* Arrows */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2061000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2061001, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060002, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2061002, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060003, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2061003, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060004, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2061004, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060005, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5038, 2060006, 1, 11);

 

/* Pirate Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002610, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002613, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002616, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002619, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002622, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002625, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002628, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002631, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002634, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002637, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002640, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002643, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002646, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5039, 01002649, 1, 13);

 

/* Pirate Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052095, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052098, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052**** 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052**** 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052107, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052**** 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052113, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052116, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052119, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052122, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052125, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052128, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052131, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5040, 01052134, 1, 13);

 

/* Pirate Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082180, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082183, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082186, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082189, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082192, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082195, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082198, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082201, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082204, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082207, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082210, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082213, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5041, 01082216, 1, 12);

 

/* Pirate Shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072285, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072288, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072291, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072294, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 010722*** 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072300, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072303, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072306, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072309, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072312, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072315, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072318, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072321, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5042, 01072338, 1, 13);

 

/* Pirate Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482006, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482007, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482008, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482009, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482010, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482011, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482012, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482013, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482023, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482020, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482021, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01482022, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492000, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492001, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492002, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492003, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492004, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492005, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492006, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492007, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492008, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492009, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492010, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492011, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492012, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492013, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492020, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5043, 01492022, 1, 27);

 

/* Pirate Bullets and Capsules */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330001, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330002, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330003, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330004, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02330005, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02331000, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5044, 02332000, 1, 7);

 

/* Common Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002418, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002419, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002508, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002515, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002516, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002517, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002518, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002553, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002603, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002601, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002600, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002602, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002662, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002424, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002425, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002509, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002080, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002081, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002082, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002083, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002391, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002392, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002393, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002394, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002395, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002452, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002453, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002492, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002584, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002585, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002586, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002587, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002026, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002089, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002090, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002441, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002455, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002510, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002675, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002677, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002006, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002390, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002430, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002676, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002471, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002483, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002511, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002571, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002572, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002573, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002574, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5045, 1002357, 1, 50);

 

/* Earrings */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032033, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032047, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032003, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032046, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032000, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032009, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032040, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032004, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032005, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032025, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 10320*** 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032006, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032007, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032010, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032028, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032002, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032008, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032041, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032045, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032018, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032044, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032012, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032013, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032027, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032049, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032014, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032043, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032020, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032015, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032022, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032016, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032023, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032017, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032030, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032031, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5046, 1032048, 1, 37);

 

/* Necklaces and Face Accessories */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1122007, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012011, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012012, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012013, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012014, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012015, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012016, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012017, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012018, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012019, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012020, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012058, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012059, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012060, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012061, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012071, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012072, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012073, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1122000, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5047, 1012070, 1, 19);

 

/* Capes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102165, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102053, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102079, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102080, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102081, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102082, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102083, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102061, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102147, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102054, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102055, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102056, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102000, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102001, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102002, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102003, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102004, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102040, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102043, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 11020*** 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102**** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102145, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102011, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102012, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102013, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102014, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102015, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102016, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102017, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102018, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102021, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102022, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102023, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102024, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102064, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102085, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102087, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102026, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102027, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102028, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102029, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102030, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102078, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102031, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 11020*** 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102033, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102034, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102035, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102046, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102047, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102048, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102057, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102**** 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102135, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102136, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102041, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102042, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102146, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102084, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102086, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102**** 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102102, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102103, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102**** 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102**** 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102106, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102139, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5048, 1102140, 1, 67);

 

/* Common Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1050**** 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1050127, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1051098, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1051140, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1050018, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5049, 1051017, 1, 5);

 

/* Common Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082002, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082145, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082146, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082147, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082148, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082149, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082150, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082174, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082228, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5050, 1082223, 1, 9);

 

/* Common Shields */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5051, 1092003, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5051, 1092008, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5051, 1092030, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5051, 1092052, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5051, 1092022, 1, 4);

 

/* Common shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072262, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072263, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072264, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072275, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072239, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072238, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5052, 1072344, 1, 6);

 

/* Maple Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1452016, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1452022, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1452045, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1472030, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 14720*** 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1472055, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1462014, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1462019, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1462040, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1332025, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1332055, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1332056, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 13120*** 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1322054, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1302020, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1302030, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1302064, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1442024, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1442051, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1432012, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1432040, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1382009, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1382012, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1382039, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1412011, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1412027, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1422014, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1422029, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1402039, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5053, 1372034, 1, 29);

 

/* Level 0 Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1312004, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1312017, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1322005, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1322023, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1322053, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302000, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302014, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302021, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302024, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302033, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302034, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302035, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302036, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302057, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302060, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302062, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302065, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1302067, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1442012, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1442047, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5054, 1402009, 1, 20);

 

/* NX Hats */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001008, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002542, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002543, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002367, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002575, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002333, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002495, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002748, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002434, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002742, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002498, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002348, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002266, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002428, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002426, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001013, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002420, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002661, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10021*** 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002713, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10010*** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002549, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002349, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10024*** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002220, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002481, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002259, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002370, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002307, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10021*** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000000, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002298, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002237, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002346, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002187, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000015, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002258, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002227, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002077, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002305, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002439, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002355, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002422, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002359, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002257, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002293, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002303, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002190, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002316, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002071, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002261, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002223, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001027, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10022*** 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002347, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002386, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002000, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002306, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002536, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002431, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002738, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002279, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002228, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002290, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002569, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002445, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002384, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002031, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002724, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002752, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002691, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002692, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002693, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002694, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002295, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000020, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002734, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002714, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002255, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002373, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10023*** 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002524, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002450, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002238, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002321, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10022*** 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002189, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002555, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000008, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002389, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001024, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001030, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002417, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002280, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002567, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002265, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002312, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002705, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002706, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002701, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002679, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002576, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002226, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001007, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000001, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000002, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002310, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002506, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002195, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002490, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002489, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002320, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002565, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000021, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000022, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002760, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002230, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002231, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002229, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002594, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002468, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10025*** 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001049, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001048, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000019, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001044, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002018, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000014, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002387, 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002427, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002358, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002300, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002206, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002070, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002263, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002200, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002486, 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002317, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002485, 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002437, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002240, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001001, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002264, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000007, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10023*** 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002250, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002456, 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002458, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002461, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002467, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002460, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002462, 1, 151);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002464, 1, 152);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002457, 1, 153);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002466, 1, 154);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002465, 1, 155);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002459, 1, 156);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002463, 1, 157);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002727, 1, 158);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10024*** 1, 159);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10025*** 1, 160);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002372, 1, 161);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002198, 1, 162);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001028, 1, 163);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001047, 1, 164);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10000*** 1, 165);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002469, 1, 166);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002557, 1, 167);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002236, 1, 168);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001038, 1, 169);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002500, 1, 170);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002435, 1, 171);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000018, 1, 172);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001018, 1, 173);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001019, 1, 174);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001020, 1, 175);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002337, 1, 176);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002591, 1, 177);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001037, 1, 178);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002444, 1, 179);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002322, 1, 180);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000027, 1, 181);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001039, 1, 182);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002703, 1, 183);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002704, 1, 184);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002700, 1, 185);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001033, 1, 186);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002513, 1, 187);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002556, 1, 188);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000005, 1, 189);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002429, 1, 190);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000012, 1, 191);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001016, 1, 192);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000010, 1, 193);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000011, 1, 194);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001014, 1, 195);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000009, 1, 196);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001015, 1, 197);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002715, 1, 198);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002488, 1, 199);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002552, 1, 200);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002525, 1, 201);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002491, 1, 202);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002478, 1, 203);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002336, 1, 204);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002559, 1, 205);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002413, 1, 206);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002504, 1, 207);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002678, 1, 208);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000004, 1, 209);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002342, 1, 210);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002308, 1, 211);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001000, 1, 212);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002660, 1, 213);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002256, 1, 214);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002414, 1, 215);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002202, 1, 216);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002313, 1, 217);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002523, 1, 218);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002345, 1, 219);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002443, 1, 220);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002388, 1, 221);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001023, 1, 222);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002725, 1, 223);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002376, 1, 224);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002079, 1, 225);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002292, 1, 226);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002440, 1, 227);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002421, 1, 228);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002360, 1, 229);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001003, 1, 230);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002302, 1, 231);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002410, 1, 232);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002522, 1, 233);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002484, 1, 234);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001017, 1, 235);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10020*** 1, 236);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002544, 1, 237);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001042, 1, 238);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002353, 1, 239);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002221, 1, 240);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002598, 1, 241);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002721, 1, 242);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002334, 1, 243);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000023, 1, 244);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002442, 1, 245);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002487, 1, 246);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10021*** 1, 247);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002374, 1, 248);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002188, 1, 249);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002350, 1, 250);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000016, 1, 251);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002385, 1, 252);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002361, 1, 253);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002076, 1, 254);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002294, 1, 255);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002318, 1, 256);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002352, 1, 257);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002191, 1, 258);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002204, 1, 259);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002520, 1, 260);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002482, 1, 261);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002512, 1, 262);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002315, 1, 263);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002015, 1, 264);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002262, 1, 265);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002222, 1, 266);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002371, 1, 267);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001026, 1, 268);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002501, 1, 269);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002368, 1, 270);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001009, 1, 271);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002447, 1, 272);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002194, 1, 273);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002476, 1, 274);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001043, 1, 275);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001025, 1, 276);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001045, 1, 277);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000030, 1, 278);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000006, 1, 279);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000026, 1, 280);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001036, 1, 281);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002225, 1, 282);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000003, 1, 283);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002505, 1, 284);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001006, 1, 285);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002304, 1, 286);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002566, 1, 287);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002526, 1, 288);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002078, 1, 289);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002235, 1, 290);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002205, 1, 291);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002412, 1, 292);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002201, 1, 293);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002477, 1, 294);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10022*** 1, 295);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002416, 1, 296);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002593, 1, 297);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002479, 1, 298);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002507, 1, 299);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002592, 1, 300);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10024*** 1, 301);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002653, 1, 302);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002590, 1, 303);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002667, 1, 304);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002451, 1, 305);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002291, 1, 306);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002341, 1, 307);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002233, 1, 308);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10022*** 1, 309);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002234, 1, 310);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001011, 1, 311);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002560, 1, 312);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002433, 1, 313);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002446, 1, 314);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10023*** 1, 315);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002608, 1, 316);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002747, 1, 317);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002241, 1, 318);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001010, 1, 319);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002493, 1, 320);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002722, 1, 321);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002369, 1, 322);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002192, 1, 323);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002193, 1, 324);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001021, 1, 325);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002251, 1, 326);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002239, 1, 327);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001012, 1, 328);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002224, 1, 329);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002409, 1, 330);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002186, 1, 331);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002311, 1, 332);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002335, 1, 333);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002568, 1, 334);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002726, 1, 335);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000017, 1, 336);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001022, 1, 337);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001046, 1, 338);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000031, 1, 339);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002502, 1, 340);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002650, 1, 341);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002698, 1, 342);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002503, 1, 343);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002309, 1, 344);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000029, 1, 345);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002470, 1, 346);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002558, 1, 347);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002319, 1, 348);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002666, 1, 349);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002343, 1, 350);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001031, 1, 351);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002519, 1, 352);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002362, 1, 353);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002521, 1, 354);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001004, 1, 355);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002534, 1, 356);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002548, 1, 357);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 10024*** 1, 358);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002480, 1, 359);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002331, 1, 360);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002449, 1, 361);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001002, 1, 362);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001005, 1, 363);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002344, 1, 364);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002741, 1, 365);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002375, 1, 366);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1001029, 1, 367);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002351, 1, 368);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1000013, 1, 369);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002356, 1, 370);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002423, 1, 371);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002354, 1, 372);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002301, 1, 373);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002203, 1, 374);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002545, 1, 375);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002260, 1, 376);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002411, 1, 377);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002607, 1, 378);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002438, 1, 379);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002314, 1, 380);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002415, 1, 381);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5055, 1002219, 1, 382);

 

/* NX Earrings */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032036, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032053, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032034, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032051, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032054, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032029, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032052, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032038, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5056, 1032024, 1, 8);

 

/* NX Earrings, Glasses, Eye Guards & Eye Patches */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1020000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022064, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022034, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022015, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022013, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022059, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022004, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022010, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022016, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022012, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022006, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022022, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022001, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022014, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022041, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022009, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022063, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022037, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022052, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022053, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022007, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022003, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022036, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022030, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022020, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022040, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022044, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022019, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022008, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022039, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022000, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022035, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022056, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022055, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1021000, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022033, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022057, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022017, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022038, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022005, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022021, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022054, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022042, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022028, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022029, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022066, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022031, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022002, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 10220*** 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022011, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022018, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022023, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022027, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022026, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022025, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022024, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5057, 1022045, 1, 56);

 

/* NX Top */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041134, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042128, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042102, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042084, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042061, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042050, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042056, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10420*** 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042033, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042041, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040001, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042082, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042001, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042088, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042027, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042007, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042052, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041000, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041130, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040127, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042015, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040128, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042023, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040141, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041001, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042089, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040051, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042053, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042051, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042045, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042122, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040065, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042098, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042022, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042085, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042120, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042081, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042036, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040077, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041072, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041128, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040124, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040047, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042076, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042068, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042026, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042065, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042064, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042117, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042006, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040054, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042034, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042013, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042043, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040052, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042127, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040130, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041143, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041133, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040**** 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041127, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040133, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042019, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10420*** 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041139, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040138, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040125, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040135, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042073, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042031, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042029, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042020, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040027, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041146, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042121, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042028, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040005, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040055, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042066, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042000, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042067, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042116, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040134, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042094, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040053, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040056, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10401*** 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042071, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042092, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042040, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042069, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042005, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042055, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042107, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10411*** 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041113, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042004, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040140, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041005, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042075, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041131, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042091, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042016, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042044, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040131, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041090, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040143, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041136, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042054, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041137, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042093, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042060, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040078, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041073, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040123, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042131, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10420*** 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042025, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040119, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042083, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041125, 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042077, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042106, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042126, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040129, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042118, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042035, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042058, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042002, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042080, 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042072, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042024, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040045, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041009, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042090, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042038, 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042018, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042063, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040066, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041108, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040046, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042059, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042049, 1, 151);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042087, 1, 152);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040**** 1, 153);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042039, 1, 154);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042070, 1, 155);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041070, 1, 156);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042017, 1, 157);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041**** 1, 158);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042030, 1, 159);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042037, 1, 160);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042108, 1, 161);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042048, 1, 162);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042047, 1, 163);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042021, 1, 164);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042062, 1, 165);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 10420*** 1, 166);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041138, 1, 167);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040137, 1, 168);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042086, 1, 169);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041126, 1, 170);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041135, 1, 171);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042095, 1, 172);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042119, 1, 173);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042078, 1, 174);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042046, 1, 175);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042042, 1, 176);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042074, 1, 177);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042103, 1, 178);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040064, 1, 179);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042011, 1, 180);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042010, 1, 181);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042008, 1, 182);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042009, 1, 183);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042**** 1, 184);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041129, 1, 185);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1040126, 1, 186);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042014, 1, 187);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042125, 1, 188);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1041071, 1, 189);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5058, 1042012, 1, 190);

 

/* NX Bottom */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062074, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062073, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062076, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062075, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062051, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061143, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062080, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062023, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062018, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062043, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060001, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061075, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061**** 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062029, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061000, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062010, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061127, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060049, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061144, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060113, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062025, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060034, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060123, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061001, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062060, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061089, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060125, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061131, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060040, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062035, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062047, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062077, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062069, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062048, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060054, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062081, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062054, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061129, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062024, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 10620*** 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062031, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062064, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060066, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061067, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061137, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060036, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062063, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062041, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061134, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061140, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060119, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062050, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062049, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062009, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060048, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061130, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062017, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060041, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060103, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061113, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062038, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062058, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062055, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062021, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062042, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062084, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062005, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061136, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062071, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061142, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060121, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062056, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060116, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061139, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060003, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062022, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061103, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 10600*** 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061147, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062061, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062030, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061133, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060118, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060042, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060047, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062070, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062045, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062028, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062008, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061128, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061**** 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061135, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060122, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061004, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062019, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061074, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061**** 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061138, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062053, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061126, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061068, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060**** 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060067, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062027, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062068, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062082, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062033, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062003, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062044, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061124, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062026, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061007, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061072, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061108, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060055, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062062, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062072, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062015, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061005, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062057, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061107, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060035, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 10611*** 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061065, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062020, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061073, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061**** 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062067, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060120, 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061141, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060108, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060117, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062059, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062046, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062066, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062040, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060**** 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062034, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062052, 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062039, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062065, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1060053, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062014, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062013, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062011, 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062012, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1061066, 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 1062016, 1, 147);

 

/* NX Capes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102093, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102156, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102005, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102160, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102075, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102037, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102010, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102070, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102045, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102038, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102049, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102008, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102**** 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102**** 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102065, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102098, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102077, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102150, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102092, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102006, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102066, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102074, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102**** 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102108, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102063, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102058, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102050, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102068, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102073, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 11020*** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102019, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102151, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102062, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102149, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102059, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102155, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102076, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102137, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102158, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102141, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102052, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102060, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102138, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102069, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102157, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102044, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102025, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102036, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102009, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102107, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 11020*** 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102091, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102094, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102153, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102148, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102142, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102067, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102039, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102020, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102095, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102159, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102051, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102007, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102072, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5060, 1102154, 1, 64);

 

/* NX Overalls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052145, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052143, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050135, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052024, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052021, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051125, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050079, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051156, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052023, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050136, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050087, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051089, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050033, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052089, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051167, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052047, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052034, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050065, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051050, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052003, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052051, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052019, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050085, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050004, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052011, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052038, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052015, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050015, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051021, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051119, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051075, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050041, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052058, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052061, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050125, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052016, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052048, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051070, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052040, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052002, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051002, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052135, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052147, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052087, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051040, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050050, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052025, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051117, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052014, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051144, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052082, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052055, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052057, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052060, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051141, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050043, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050044, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051036, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050042, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051035, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052069, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051120, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052028, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052062, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052059, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051076, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050057, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050128, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052084, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051163, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052013, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052033, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050066, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052018, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052012, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052008, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050014, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051020, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052026, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050012, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051022, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052035, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052043, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051128, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050120, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050126, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052093, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051164, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050141, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051136, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051143, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051134, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052039, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051138, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050124, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052144, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051127, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052004, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050071, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050086, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052064, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052066, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052045, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052077, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051049, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052067, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052052, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051148, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052017, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052009, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050016, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051019, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050020, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052001, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052037, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051051, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051071, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051087, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051059, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052010, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051108, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052042, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051118, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051160, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052029, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 10510*** 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052079, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051149, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051154, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051081, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051124, 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051018, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051155, 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051137, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050116, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051116, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051086, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052000, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 10520*** 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051126, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052027, 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052050, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051073, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050084, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050034, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052007, 1, 151);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050013, 1, 152);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051029, 1, 153);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050040, 1, 154);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052031, 1, 155);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051133, 1, 156);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050123, 1, 157);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051135, 1, 158);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052091, 1, 159);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050119, 1, 160);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050019, 1, 161);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051131, 1, 162);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050138, 1, 163);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051158, 1, 164);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052044, 1, 165);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 166);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 167);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 10500*** 1, 168);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050139, 1, 169);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051159, 1, 170);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052068, 1, 171);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 172);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051169, 1, 173);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052006, 1, 174);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052046, 1, 175);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052078, 1, 176);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052056, 1, 177);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052083, 1, 178);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051147, 1, 179);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052041, 1, 180);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052053, 1, 181);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050118, 1, 182);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050117, 1, 183);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052030, 1, 184);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051113, 1, 185);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051121, 1, 186);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052063, 1, 187);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052065, 1, 188);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052092, 1, 189);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051142, 1, 190);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051123, 1, 191);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050145, 1, 192);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 193);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 194);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050113, 1, 195);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052054, 1, 196);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050**** 1, 197);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 198);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052020, 1, 199);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051122, 1, 200);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 10511*** 1, 201);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051157, 1, 202);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052022, 1, 203);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051072, 1, 204);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050137, 1, 205);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051060, 1, 206);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051139, 1, 207);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051028, 1, 208);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051048, 1, 209);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051061, 1, 210);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052049, 1, 211);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051074, 1, 212);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051088, 1, 213);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1051**** 1, 214);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052005, 1, 215);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1050017, 1, 216);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052094, 1, 217);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5061, 1052036, 1, 218);

 

/* NX Rings */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112223, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112102, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112202, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112205, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112209, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112106, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112207, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112215, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112108, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112113, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112224, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112002, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112118, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112228, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112119, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112229, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112120, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112230, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112006, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112001, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112003, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112800, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112801, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112802, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112210, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112213, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112216, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112221, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112808, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112217, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112225, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112211, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112214, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112200, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112204, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112201, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112206, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112117, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112227, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112222, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112219, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112212, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112220, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112107, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112208, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112000, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112218, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112203, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112103, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112005, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112116, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112226, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5062, 1112**** 1, 61);

 

/* NX Gloves */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082079, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1081004, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082058, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082041, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1081001, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082171, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082078, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082057, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082113, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082229, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082173, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082162, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082231, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082225, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082124, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082169, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082040, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1080001, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1081000, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082170, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082**** 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082157, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082172, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082155, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082161, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082224, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082156, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082102, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082227, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1081002, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1082077, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1081003, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5063, 1080000, 1, 32);

 

/* NX Shields */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 1092033, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 10920*** 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 1092031, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 1092044, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 1092034, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5064, 1092040, 1, 5);

 

/* NX Shoes */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072333, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072335, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072334, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072233, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072217, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072240, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072058, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072**** 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072230, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071014, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072010, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071024, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072**** 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070001, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070003, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072266, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072057, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072190, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072098, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072231, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072245, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072093, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070000, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071000, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072187, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072265, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070004, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072276, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072200, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071018, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072234, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071007, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070015, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072189, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072014, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072242, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072259, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072088, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071012, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072348, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072329, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072180, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072337, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072255, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072254, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072280, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071021, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 10720*** 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072181, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072236, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072250, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072247, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072283, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071008, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070002, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072186, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072258, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071017, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072241, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071019, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070007, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071015, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072328, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072202, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072176, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072274, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072175, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072347, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072191, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070009, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071025, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072260, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072324, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072219, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071004, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072246, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072251, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072257, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071011, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 10721*** 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072013, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 10720*** 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 10722*** 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072277, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072244, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071002, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072201, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071001, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072188, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 10720*** 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071003, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072325, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072267, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071009, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072322, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070006, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072278, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072281, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070005, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071016, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071010, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071006, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072218, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072095, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072235, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072252, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072253, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072336, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072323, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072243, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072279, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072327, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072256, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072153, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072282, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071020, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1070014, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071013, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1071005, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072092, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072094, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072326, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072284, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5065, 1072237, 1, 123);

 

/* NX Weapons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702055, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702004, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702077, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702058, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702145, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702021, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702027, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702079, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702062, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702057, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702126, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702073, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702172, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702001, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702069, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702022, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702015, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702164, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702157, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702174, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702059, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702089, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702066, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702035, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702**** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702050, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702025, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702086, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702107, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702**** 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702179, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702037, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702024, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702026, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702180, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702030, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702161, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702028, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702122, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702000, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702067, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702078, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702090, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702152, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702083, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702054, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702123, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702156, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702068, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702085, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702108, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702140, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702092, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702080, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702007, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702023, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702128, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702034, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702056, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702082, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702125, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702**** 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702173, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702051, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702040, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702038, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702046, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702039, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702041, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702163, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702175, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702136, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702053, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702052, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702118, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702071, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702124, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702162, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702072, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702031, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702020, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702106, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702150, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702076, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702042, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702165, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702141, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702169, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702093, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702010, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702065, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702171, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702131, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702016, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702019, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702142, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702017, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702103, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702074, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702011, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 17020*** 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702154, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702003, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702043, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702081, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702129, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702006, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702061, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702087, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702**** 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702130, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702064, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702151, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702048, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702119, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702008, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702063, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702121, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702134, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702060, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702155, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702147, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702146, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702133, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702047, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702049, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702138, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702070, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702033, 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702045, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702088, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702149, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702013, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702091, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702009, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702044, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702084, 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702014, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 17020*** 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702075, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702018, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702120, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702135, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702098, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702127, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702029, 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702036, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702**** 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702002, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702005, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 1702012, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5066, 17020*** 1, 150);

 

/* NX Stars */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021001, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021002, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021003, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021004, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021005, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021006, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021007, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021008, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021009, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021010, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021011, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021012, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021013, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021014, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021015, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021016, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021020, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5067, 5021021, 1, 18);

 

/* Pets */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000001, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000002, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000003, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000004, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000005, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000006, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000007, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000008, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000009, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000010, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000011, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000012, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000013, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000014, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000015, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000017, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000018, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000020, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000021, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000022, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000023, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000024, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000025, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000028, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000029, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000030, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000031, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 50000*** 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000033, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000034, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000036, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000037, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000039, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000041, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000048, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000049, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000050, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000051, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000052, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5068, 5000053, 1, 40);

 

/* All Pet Equips, Pet food, Scrolls, & Books */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2120000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160000, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160001, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160002, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160003, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160004, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160005, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160006, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160007, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160008, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160009, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160010, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160012, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160013, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160014, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160015, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160016, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160017, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160019, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160020, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160022, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160023, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160024, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160026, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160027, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 4160029, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 41600*** 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048003, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048004, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048005, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048000, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048001, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 2048002, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812000, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812001, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812004, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812005, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812002, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1812003, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240000, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240001, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240002, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240003, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240004, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240005, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240006, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240007, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240008, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240009, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240010, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240011, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240012, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240013, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240015, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240017, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 5240020, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802027, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802006, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802025, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802012, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802018, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802031, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802033, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802015, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802021, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802028, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802036, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802016, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802035, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802014, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802017, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802010, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802037, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802023, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802022, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802004, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802000, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802019, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 18020*** 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802030, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802**** 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802029, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802026, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802011, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802002, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802013, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802007, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802008, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802005, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802009, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802034, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802020, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802024, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802001, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802048, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802055, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802042, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802045, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802047, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802050, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802051, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802052, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5069, 1802049, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5059, 5170000, 1, 104);

 

/* Emoticons */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160003, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160004, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160005, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160006, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160007, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160008, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160009, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160010, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160011, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160012, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160013, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5070, 5160014, 1, 15);

 

/* Effect */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010003, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010004, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010005, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010006, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010007, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010008, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010009, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010010, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010011, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010012, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010013, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010014, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010015, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010016, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010017, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010018, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010019, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010020, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010021, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010022, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010023, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010024, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010025, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010026, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010027, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010028, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010029, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010030, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010031, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 50100*** 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010033, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010034, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010035, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010038, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010039, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010041, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010042, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010043, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010044, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010045, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010046, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010048, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010049, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010051, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010052, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010053, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010054, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010055, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 5010056, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5071, 50109*** 1, 53);

 

/* All Accessories */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010003, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012055, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012043, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012027, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012000, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012001, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012048, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012003, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012028, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012035, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012005, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1022046, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012008, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012085, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012075, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012051, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012004, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012056, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012083, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012033, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012030, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012090, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 10120*** 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012**** 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012080, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012034, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1011003, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012047, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010004, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010005, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012024, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012036, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010001, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012026, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1022043, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1011002, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012040, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012010, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012082, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012038, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012029, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012009, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012063, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012039, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012031, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012002, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010000, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012050, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012042, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012062, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012044, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012074, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010002, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1011000, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012049, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1022047, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012037, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012054, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1022026, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012022, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012006, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012007, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1011001, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012052, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012053, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012041, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012025, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 10120*** 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012021, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1010006, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012023, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5072, 1012**** 1, 72);

 

/* Player FM Stores */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140003, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140006, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140000, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140004, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5073, 5140001, 1, 6);

 

/* Messages */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120003, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120004, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120005, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120006, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120007, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120008, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120009, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120010, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120011, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120012, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5120015, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121000, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121001, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121002, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121003, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121004, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121005, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121006, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121007, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121008, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121009, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121010, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121014, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121015, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121016, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5121017, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5074, 5122000, 1, 30);

 

/* General Shop */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5072000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5390002, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5390001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5390000, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5220000, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5220010, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5040001, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5040000, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 5041000, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 2210002, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 2210000, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 2210001, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 4006000, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5075, 4006001, 1, 13);

 

/* Boss pieces */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5076, 4001017, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5076, 4031179, 1, 1);

 

/* All Buffs, Pots, Antidotes & Food */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000005, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002019, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002025, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000010, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000003, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002009, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002000, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000004, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000012, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002015, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002023, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002026, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002022, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002021, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2001001, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002007, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002002, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002020, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000006, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000011, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000008, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000001, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002011, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2001002, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000007, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000000, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002008, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002005, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002024, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002010, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002001, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002016, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002017, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002006, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002004, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2001000, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2000009, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002018, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2002003, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2050004, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2050001, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2050003, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2050002, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022180, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010000, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022089, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022**** 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022123, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022079, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022284, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20221*** 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022147, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022311, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20220*** 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022156, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022087, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022090, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022091, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022092, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022093, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022130, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022088, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022107, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022144, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022098, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022051, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020002, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022033, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020027, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022145, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022275, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022151, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022152, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022153, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020016, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022190, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022056, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022094, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020028, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020024, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020019, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020018, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022310, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022276, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022120, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022062, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20220*** 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022002, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020031, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022077, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022076, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022078, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022047, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022031, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022042, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020029, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022063, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022262, 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022182, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022014, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022023, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022155, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2012000, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2012003, 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020007, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022058, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022242, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010002, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022175, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2012001, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020008, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022185, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022022, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022021, 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022183, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022072, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020001, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20220*** 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022041, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022064, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022043, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022121, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022131, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020010, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022264, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010009, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022066, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022248, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022**** 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022189, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020004, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022005, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022**** 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022245, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010005, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022108, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020005, 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020006, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20220*** 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022127, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022129, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022128, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022126, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022125, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022053, 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022308, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022019, 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022018, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022020, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022071, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022194, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010004, 1, 151);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022060, 1, 152);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022278, 1, 153);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022124, 1, 154);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022239, 1, 155);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022240, 1, 156);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022177, 1, 157);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022184, 1, 158);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022035, 1, 159);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022251, 1, 160);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022016, 1, 161);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022195, 1, 162);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022271, 1, 163);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022263, 1, 165);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022102, 1, 166);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022143, 1, 167);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010001, 1, 168);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020012, 1, 169);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022193, 1, 170);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022238, 1, 171);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022142, 1, 172);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022075, 1, 173);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022164, 1, 174);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022015, 1, 175);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022282, 1, 176);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020021, 1, 177);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022039, 1, 178);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022045, 1, 179);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022044, 1, 180);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022048, 1, 181);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022179, 1, 182);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022074, 1, 183);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010003, 1, 184);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022250, 1, 185);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020009, 1, 186);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022061, 1, 187);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022116, 1, 188);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022146, 1, 189);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022054, 1, 190);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022055, 1, 191);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022154, 1, 192);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022149, 1, 193);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022148, 1, 194);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020025, 1, 195);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022037, 1, 196);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020003, 1, 197);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2011000, 1, 198);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010006, 1, 199);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022176, 1, 200);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022306, 1, 201);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022113, 1, 202);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022246, 1, 203);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022000, 1, 204);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022249, 1, 205);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022017, 1, 206);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022001, 1, 207);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022069, 1, 208);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022086, 1, 209);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022247, 1, 210);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022106, 1, 211);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020013, 1, 212);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022038, 1, 213);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022052, 1, 214);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022006, 1, 215);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022050, 1, 216);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022030, 1, 217);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2010007, 1, 218);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022198, 1, 219);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20221*** 1, 220);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022224, 1, 221);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022225, 1, 222);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022226, 1, 223);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022227, 1, 224);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022228, 1, 225);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020000, 1, 226);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2012002, 1, 227);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022150, 1, 228);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022272, 1, 229);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022244, 1, 230);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022265, 1, 231);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022186, 1, 232);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022004, 1, 233);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022**** 1, 234);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022243, 1, 235);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022307, 1, 236);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022273, 1, 237);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022049, 1, 238);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020026, 1, 239);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020017, 1, 240);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022261, 1, 241);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022166, 1, 242);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022283, 1, 243);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022274, 1, 244);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022277, 1, 245);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022191, 1, 248);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022013, 1, 249);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022012, 1, 250);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022025, 1, 251);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022024, 1, 252);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022305, 1, 253);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022103, 1, 254);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022**** 1, 255);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022057, 1, 256);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022119, 1, 257);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022009, 1, 259);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022011, 1, 260);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022007, 1, 261);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022010, 1, 262);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022008, 1, 263);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022003, 1, 264);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022028, 1, 265);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022029, 1, 266);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022181, 1, 268);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020011, 1, 269);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022192, 1, 270);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20221*** 1, 271);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 20221*** 1, 272);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022200, 1, 273);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020020, 1, 274);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2020022, 1, 275);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022174, 1, 276);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022026, 1, 277);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022027, 1, 278);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022068, 1, 279);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5077, 2022065, 1, 280);

 

/* Scrolls */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040002, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040005, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040016, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040**** 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040**** 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040200, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040205, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040302, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040310, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040402, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040412, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040502, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040505, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040514, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040517, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040602, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040612, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040702, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040705, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040708, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040802, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040805, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040816, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040902, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040915, 1, 25);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040920, 1, 26);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041002, 1, 27);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041005, 1, 28);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041008, 1, 29);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041011, 1, 30);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041014, 1, 31);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041017, 1, 32);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041020, 1, 33);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041023, 1, 34);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043002, 1, 35);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043008, 1, 36);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043102, 1, 37);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043202, 1, 38);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043302, 1, 39);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043702, 1, 40);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043802, 1, 41);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044002, 1, 42);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044102, 1, 43);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044202, 1, 44);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044302, 1, 45);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044402, 1, 46);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044502, 1, 47);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044602, 1, 48);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044702, 1, 49);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2048002, 1, 50);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2048005, 1, 51);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040009, 1, 52);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040011, 1, 53);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040013, 1, 54);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040015, 1, 55);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040103, 1, 56);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040108, 1, 57);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040203, 1, 58);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040208, 1, 59);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040305, 1, 60);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040307, 1, 61);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040309, 1, 62);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040405, 1, 63);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040407, 1, 64);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040409, 1, 65);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040411, 1, 66);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040509, 1, 67);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040511, 1, 68);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040519, 1, 69);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040521, 1, 70);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040605, 1, 71);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040607, 1, 72);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040609, 1, 73);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040611, 1, 74);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040713, 1, 75);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040715, 1, 76);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040717, 1, 77);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040809, 1, 78);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040811, 1, 79);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040813, 1, 80);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040815, 1, 81);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040905, 1, 82);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040907, 1, 83);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040909, 1, 84);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040917, 1, 85);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040922, 1, 86);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041027, 1, 87);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041029, 1, 88);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041031, 1, 89);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041033, 1, 90);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041035, 1, 91);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041037, 1, 92);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041039, 1, 93);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041041, 1, 94);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043005, 1, 95);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043007, 1, 96);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043**** 1, 97);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043205, 1, 98);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043305, 1, 99);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043705, 1, 100);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043805, 1, 101);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044005, 1, 102);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044**** 1, 103);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044205, 1, 104);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044305, 1, 105);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044405, 1, 106);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044505, 1, 107);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044605, 1, 108);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044705, 1, 109);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040001, 1, 110);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040004, 1, 111);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040017, 1, 112);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040**** 1, 113);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040106, 1, 114);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040201, 1, 115);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040206, 1, 116);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040301, 1, 117);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040311, 1, 118);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040401, 1, 119);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040413, 1, 120);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040501, 1, 121);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040504, 1, 122);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040513, 1, 123);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040516, 1, 124);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040601, 1, 125);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040613, 1, 126);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040701, 1, 127);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040704, 1, 128);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040707, 1, 129);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040801, 1, 130);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040804, 1, 131);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040817, 1, 132);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040901, 1, 133);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040914, 1, 134);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040919, 1, 135);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041001, 1, 136);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041004, 1, 137);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041007, 1, 138);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041010, 1, 139);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041013, 1, 140);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041016, 1, 141);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041019, 1, 142);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041022, 1, 143);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043001, 1, 144);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043009, 1, 145);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043**** 1, 146);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043201, 1, 147);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043301, 1, 148);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043701, 1, 149);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043801, 1, 150);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044001, 1, 151);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044**** 1, 152);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044201, 1, 153);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044301, 1, 154);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044401, 1, 155);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044501, 1, 156);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044601, 1, 157);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044701, 1, 158);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2048001, 1, 159);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2048004, 1, 160);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040008, 1, 161);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040010, 1, 162);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040012, 1, 163);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040014, 1, 164);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040**** 1, 165);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040**** 1, 166);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040204, 1, 167);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040209, 1, 168);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040304, 1, 169);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040306, 1, 170);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040308, 1, 171);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040404, 1, 172);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040406, 1, 173);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040408, 1, 174);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040410, 1, 175);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040508, 1, 176);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040510, 1, 177);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040518, 1, 178);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040520, 1, 179);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040604, 1, 180);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040606, 1, 181);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040608, 1, 182);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040610, 1, 183);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040712, 1, 184);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040714, 1, 185);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040716, 1, 186);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040808, 1, 187);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040810, 1, 188);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040812, 1, 189);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040814, 1, 190);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040904, 1, 191);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040906, 1, 192);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040908, 1, 193);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040916, 1, 194);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040921, 1, 195);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041026, 1, 196);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041028, 1, 197);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041030, 1, 198);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 20410*** 1, 199);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041034, 1, 200);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041036, 1, 201);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041038, 1, 202);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041040, 1, 203);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043004, 1, 204);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043006, 1, 205);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043**** 1, 206);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043204, 1, 207);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043304, 1, 208);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043704, 1, 209);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043804, 1, 210);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044004, 1, 211);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044**** 1, 212);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044204, 1, 213);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044304, 1, 214);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044404, 1, 215);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044504, 1, 216);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044604, 1, 217);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044704, 1, 218);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2340000, 1, 219);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044508, 1, 220);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044708, 1, 221);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044608, 1, 222);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043308, 1, 223);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040315, 1, 224);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043108, 1, 225);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043208, 1, 226);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043013, 1, 227);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044408, 1, 228);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040912, 1, 229);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044308, 1, 230);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043808, 1, 231);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044108, 1, 232);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044208, 1, 233);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044008, 1, 234);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043708, 1, 235);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040525, 1, 236);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040616, 1, 237);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044507, 1, 238);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041055, 1, 239);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041053, 1, 240);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041057, 1, 241);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041043, 1, 242);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041047, 1, 243);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041049, 1, 244);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041051, 1, 245);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041045, 1, 246);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044707, 1, 247);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044607, 1, 248);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043307, 1, 249);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040314, 1, 250);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040822, 1, 251);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040020, 1, 252);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040820, 1, 253);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040022, 1, 255);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040721, 1, 256);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043107, 1, 257);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043207, 1, 258);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043012, 1, 259);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040523, 1, 260);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040527, 1, 261);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040529, 1, 262);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040911, 1, 263);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040719, 1, 264);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044307, 1, 265);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040723, 1, 266);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043807, 1, 267);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040416, 1, 268);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044107, 1, 269);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044207, 1, 270);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044007, 1, 271);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043707, 1, 272);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040524, 1, 273);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040615, 1, 274);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044506, 1, 275);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041054, 1, 276);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041052, 1, 277);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041056, 1, 278);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041042, 1, 279);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041046, 1, 280);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041048, 1, 281);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041050, 1, 282);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041044, 1, 283);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044706, 1, 284);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044606, 1, 285);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043306, 1, 286);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040313, 1, 287);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040821, 1, 288);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040819, 1, 289);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040019, 1, 290);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040021, 1, 291);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040720, 1, 292);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043106, 1, 293);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043206, 1, 294);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043011, 1, 295);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040522, 1, 296);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040526, 1, 297);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040528, 1, 298);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040910, 1, 299);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040718, 1, 300);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044306, 1, 301);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040722, 1, 302);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043806, 1, 303);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040415, 1, 304);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044106, 1, 305);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044206, 1, 306);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044006, 1, 307);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043706, 1, 308);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040603, 1, 309);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044503, 1, 310);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041024, 1, 311);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041025, 1, 312);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044703, 1, 313);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044603, 1, 314);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043303, 1, 315);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040807, 1, 316);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040806, 1, 317);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040006, 1, 318);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040007, 1, 319);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043103, 1, 320);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043203, 1, 321);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043003, 1, 322);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040506, 1, 323);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044403, 1, 324);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040903, 1, 325);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040709, 1, 326);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040710, 1, 327);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040711, 1, 328);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044303, 1, 329);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043803, 1, 330);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2040403, 1, 331);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044103, 1, 332);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044203, 1, 333);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2044003, 1, 334);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2043703, 1, 335);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5078, 2041200, 1, 336);

/* Chairs */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010004, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010005, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010015, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010011, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010001, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010002, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010003, 1, 7);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010006, 1, 8);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010007, 1, 9);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010008, 1, 10);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010010, 1, 11);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010009, 1, 12);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010012, 1, 13);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010014, 1, 14);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010013, 1, 15);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010018, 1, 16);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010019, 1, 17);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010022, 1, 18);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010023, 1, 19);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010024, 1, 20);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010025, 1, 21);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010026, 1, 22);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010040, 1, 23);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3010041, 1, 24);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5080, 3011000, 1, 25);

 

/* Taming Mobs & Mounts */

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1912000, 1, 0);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1902000, 1, 1);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1902001, 1, 2);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1902002, 1, 3);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1902008, 1, 4);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1902009, 1, 5);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1912003, 1, 6);

INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES (5081, 1912004, 1, 7);

 

 

Script do NPC:

 

var status;

var text = "What would you like to browse?";

 

function start() {

status = -1;

action(1, 0, 0);

}

 

function action(mode, type, selection) {

if (mode == 1)

status++;

else {

cm.sendOk("#e#kOk, see you next time!");

cm.dispose();

return;

}

if (status == 0) {

cm.sendNext("#e#k Hello #h #. I am the All in One seller of ."); // enter your server name.

} else if (status == 1) {

cm.sendSimple("" + text + " \r\n\r\n#L0##e#rMagician#l\r\n#L1#Thief#l\r\n#L2#Warrior#l\r\n#L3#Archer#l\r\n#L4#Pirate#l\r\n#L5#Common#l\r\n#L6#NX Items#l\r\n#L7#ETC#l");

} else if (status == 2) {

if (selection == 0) { // Magician Choices

cm.sendSimple("" + text + " \r\n\r\n#L0##e#rHats#l\r\n#L1#Overalls#l\r\n#L2#Gloves#l\r\n#L3#Shields#l\r\n#L4#Shoes#k#l\r\n#L5##rWands#l\r\n#L6#Staffs#l");

} else if (selection == 1) { // Thief Choices

cm.sendSimple("" + text + " \r\n\r\n#L7##e#bHats#l\r\n#L8#Tops#l\r\n#L9#Bottoms#l\r\n#L10#Overalls#l\r\n#L11#Gloves#l\r\n#L12#Shields#l\r\n#L13#Shoes#l\r\n#L14#Daggers#l\r\n#L15#Claws#l\r\n#L16#Throwing Stars#l");

} else if (selection == 2) { // Warrior Choices

cm.sendSimple("" + text + " \r\n\r\n#L17##e#dHats#l\r\n#L18#Warrior Top#l\r\n#L19#Bottom#l\r\n#L20#Overalls#l\r\n#L21#Gloves#l\r\n#L22#Shields#l\r\n#L23#Shoes#l\r\n#L24#One-Handed Axes#l\r\n#L25#Two-Handed Axes#l\r\n#L26#One-Handed BWs#l\r\n#L27#Two-Handed BWs#l\r\n#L28#One-Handed Swords#l\r\n#L29#Two-Handed Swords#l\r\n#L30#Spears#l\r\n#L31#Pole Arms#l");

} else if (selection == 3) { // Archer Choices

cm.sendSimple("" + text + " \r\n\r\n#L32##e#gHats#l\r\n#L33#Overalls#l\r\n#L34#Gloves#l\r\n#L35#Shoes#l\r\n#L36#Bows#l\r\n#L37#CrossBows#l\r\n#L38#Arrows#l");

} else if (selection == 4) { // Pirate Choices

cm.sendSimple("" + text + " \r\n\r\n#L39##e#bHats#l\r\n#L40#Overalls#l\r\n#L41#Gloves#l\r\n#L42#Shoes#l\r\n#L43#Weapons#l\r\n#L44#Bullets and Capsules#l");

} else if (selection == 5) { // Common Choices

cm.sendSimple("" + text + " \r\n\r\n#L45##e#dHats#l\r\n#L46#Earrings#l\r\n#L47#Necklaces and Face Accessories#l\r\n#L48#Capes#l\r\n#L49#Overalls#l\r\n#L50#Gloves#l\r\n#L51#Shields#l\r\n#L52#Shoes#l\r\n#L53#Maple Weapons#l\r\n#L54#Level 0 Weapons#l");

} else if (selection == 6) { // NX Choices

cm.sendSimple("" + text + " \r\n\r\n#L55##e#bHats#l\r\n#L56#Earrings#l\r\n#L57#Face#l\r\n#L58#Tops#l\r\n#L59#Bottoms#l\r\n#L60#Capes#l\r\n#L61#Overalls#l\r\n#L62#Rings#l\r\n#L63#Gloves#l\r\n#L64#Shields#l\r\n#L65#Shoes#l\r\n#L66#Weapons#l\r\n#L67#Throwing Stars#l\r\n#L68#Pets#l\r\n#L69#Pet Misc#l\r\n#L70#Emotion#l\r\n#L71#Effects#l\r\n#L72#Accessories#l\r\n#L73#Player FM Stores#l");

} else if (selection == 7) { // ETC Choices

cm.sendSimple("" + text + " \r\n\r\n#L74##e#rMessengers#l\r\n#L75#Super Megaphones, Gachapon Tickets, Rocks, and Morphs#l\r\n#L76#Boss Pieces#l\r\n#L77#Buffs and Potions#l\r\n#L78#Scrolls#l\r\n#L80#Chairs#l\r\n#L81#Mounts#l");

}

} else if (status == 3) {

cm.openShop(5000+selection);

cm.dispose();

}

}

 

 

Fonte: Ragezone xD

 

=============================================================

Boa sorte e quero link ;D

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.