[Add-on] All In One Shop

Status
Not open for further replies.
Re: [Release] All In One Shop

Figured out how to do what your saying to do in your pics but when I bring up the table and put the lines you say to put in the box and execute it it goes to a blank window and says "Query returned no resultset."
 
Last edited:
Re: [Release] All In One Shop

Help im dying for this to work =(

Doesnt work my shop open and theres nth but blank

I can press but when i press common items hat or anything else it pop out a shop with nothing in it!!!

I tried most of you solution alrdy

ANY OTHERS?!!!!
 
Re: [Release] All In One Shop

If it don't... which I highly doubt it won't since it worked 10 times in a row for me.... take out the
Code:
/* 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;

and execute them one at a time. Then execute the all in one.sql

If the NPC doesn't work, it's your source/repack that's making it not work because it works 100%.

What do you open it with? A java script editor?(i used java script) I hit ctrl H and nothing happend
 
Re: [Release] All In One Shop

Shawn - [Add-on] All In One Shop - RaGEZONE Forums

I saw the blank tab to the left, I dont see a space between my buttons with a text box like the one in your pic, just the one in the main text area when I open up the resultset1 tab.

Also I dont really understand how to access the tables and all that like you have in your pics either.

Im pretty much new at working with the MySQL Query Browser so I really appreciate any help yall can give me.

refer to this photo

Shawn - [Add-on] All In One Shop - RaGEZONE Forums


See how I'm in the "Resultset 1" tab? That is where you need to be. To access the tables, you simply go to the right, where the tables are, and double click them.

i get bat errors when i press into a shop any help im using luckystroy?

Figured out how to do what your saying to do in your pics but when I bring up the table and put the lines you say to put in the box and execute it it goes to a blank window and says "Query returned no resultset."

Then you should have nothing to worry about o.0 That means you don't have any shops or shopitems within shops 5000-5081. When you execute the rest of the sql, it will fill in these shops.

Help im dying for this to work =(

Doesnt work my shop open and theres nth but blank

I can press but when i press common items hat or anything else it pop out a shop with nothing in it!!!

I tried most of you solution alrdy

ANY OTHERS?!!!!

Check your bat/cmd. I don't see any possible errors, but nothing seems to amaze me nowadays. Unless.... Check the script, at the Thief section. I believe I missed a #l at the end of Thief Bottoms. If I did, add it and save. It will be fixed. If you can't add it, right click your source folder and select "Delete". Reason being, if you can't do that, you won't be able to do literally anything regarding servers.

What do you open it with? A java script editor?(i used java script) I hit ctrl H and nothing happend

You can open it with Notepad, Wordpad, Notepad++, PSPad.... It all depends on your preference. It's a .sql file, so it reads out in regular text, like a notepad .txt file.
 
Re: [Release] All In One Shop

ok i found the problem if u open ur shop and there are no items follow these steps

1)go to your all in one.js and right click it and go to edit now find thief go to bottoms and put #l at the end done save.

2)then on open the all in one.sql then click on odinms then go to shopitems then scroll down to shop id 5000-5081 and change the price done.
PHP:
/* 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 (5079, 1061008); /* Summoning Sacks */
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, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002074, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002075, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002102, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002103, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002**** 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002**** 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002106, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002016, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002072, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002073, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002013, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002064, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002065, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002034, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002035, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002036, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002037, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002038, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002579, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002141, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002142, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002143, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002144, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002145, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002151, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002152, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002153, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002154, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002155, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002215, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002216, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002217, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002218, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002242, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002243, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002244, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002245, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002246, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002252, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002253, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002254, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002271, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002272, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002273, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002274, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002363, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002364, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002365, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002366, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002398, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 10023*** 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002400, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002401, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5000, 1002740, 1000000, 54);

/* Magician Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050008, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050009, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050010, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050001, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050023, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050024, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050025, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051003, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051004, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051005, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050003, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050026, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050027, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050028, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050002, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050029, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050030, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050031, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050035, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050036, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050037, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050038, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050039, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051023, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051024, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051025, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051026, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051027, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050045, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050046, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050047, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050048, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050049, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051030, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051031, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 10510*** 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051033, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051034, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050053, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050054, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050055, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050056, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051044, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051045, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051046, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051047, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050067, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050068, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050069, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050070, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051052, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051053, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051054, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051055, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050072, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050073, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050074, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051056, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051057, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051058, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050092, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050093, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050094, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050095, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051094, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051095, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 10510*** 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 10510*** 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050102, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050103, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050**** 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1050**** 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051**** 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051102, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051103, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1051**** 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1052076, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5001, 1052149, 1000000, 78);

/*Magician Gloves*/
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082019, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082020, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082021, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082022, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082026, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082027, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082028, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082051, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082052, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082053, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082054, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082055, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082056, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082062, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082063, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082064, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082080, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082081, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082082, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082086, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082087, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082088, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082098, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 10820*** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082**** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082121, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082122, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082123, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082131, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 10821*** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082133, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082134, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082151, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082152, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082153, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082154, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082164, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5002, 1082230, 1000000, 37);

/* Magician Shields */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5003, 1092021, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5003, 1092029, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5003, 1092045, 1000000, 2);

/* Magician Shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072006, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072044, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072045, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072023, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072024, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072019, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072020, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072021, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072072, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072073, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072074, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072075, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072076, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072077, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072078, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072169, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072089, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072090, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072091, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072**** 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072**** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072116, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072117, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072140, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072141, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072142, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072143, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072136, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072137, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072138, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072139, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072157, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072158, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072159, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072160, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072178, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072179, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072206, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072207, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072208, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072209, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072223, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072224, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072225, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072226, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072268, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5004, 1072343, 1000000, 46);

/* Magician Wands And All Common Wands */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372005, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372043, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372006, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372018, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372022, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372027, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372004, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372003, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372001, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372000, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372012, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372019, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372023, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372028, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372017, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372007, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372020, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372024, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372029, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372011, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372031, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372033, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372014, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372021, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372025, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372030, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372008, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372015, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372016, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372009, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 1372010, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5005, 13720*** 1000000, 32);

/* Magician Staffs And All Common Staffs */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382054, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382003, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382005, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382004, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382002, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382015, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382017, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382040, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382042, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382018, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382020, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382025, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382030, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382019, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382055, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382041, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382001, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382021, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382026, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382031, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382011, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382014, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382006, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382022, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382027, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 13820*** 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382007, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382023, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382028, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382033, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382053, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382010, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382024, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382029, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382034, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382056, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382008, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382016, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382035, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382037, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5006, 1382036, 1000000, 41);

/* Thief Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002122, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002123, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002124, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002125, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002126, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002107, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002108, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002**** 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002**** 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002**** 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002127, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002128, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002129, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002130, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002131, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002146, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002147, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002148, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002149, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002150, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002171, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002172, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002173, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002174, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002175, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002176, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002177, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002178, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002179, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002180, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002181, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002182, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002183, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002184, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002185, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002577, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002207, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002208, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002209, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002210, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002750, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002247, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002248, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002249, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002656, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002281, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002282, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002283, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002284, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002285, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002327, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002328, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002329, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002330, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002323, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002324, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002325, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002326, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002380, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002381, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002382, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002383, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002550, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5007, 1002740, 1000000, 64);

/* Thief Tops */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040031, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 10400*** 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040033, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041036, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041037, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041038, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040034, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040035, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041044, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041045, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040042, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040043, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040044, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041003, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041039, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041040, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040048, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040049, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040050, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041057, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041058, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041059, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041060, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040057, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040058, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040059, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040060, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041047, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041048, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041049, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041050, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040061, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040062, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040063, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040082, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040083, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040084, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041074, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041075, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041076, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040094, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040095, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 10400*** 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 10400*** 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041077, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041078, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041079, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041080, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040098, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 10400*** 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040**** 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041094, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041095, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 10410*** 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040**** 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040106, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040107, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041**** 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041**** 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041102, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041103, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040108, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040**** 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040**** 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041**** 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041106, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041107, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040**** 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040116, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040117, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1040118, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041**** 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041116, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041117, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5008, 1041118, 1000000, 74);

/* Thief Bottoms */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060021, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060022, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060023, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061029, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061030, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061031, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060024, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060025, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061037, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061038, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060031, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 10600*** 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060033, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061003, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 10610*** 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061033, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061040, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061041, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061042, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060037, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060038, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060039, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061053, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061054, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061055, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061056, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060043, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060044, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060045, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060046, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061043, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061044, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061045, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061046, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060050, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060051, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060052, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060071, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060072, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060073, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061069, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061070, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061071, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060083, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060084, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060085, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060086, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061076, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061077, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061078, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061079, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060087, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060088, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060089, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061093, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061094, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061095, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060093, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060094, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060095, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 10610*** 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061102, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 10600*** 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060098, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 10600*** 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061106, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060**** 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060**** 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060106, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1060107, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061**** 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061116, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5009, 1061117, 1000000, 77);

/* Thief Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051006, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051007, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051008, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051009, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1052152, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 10500*** 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 10500*** 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1050098, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 10500*** 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051090, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051091, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051092, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1051093, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1052072, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5010, 1052149, 1000000, 14);

/* Thief Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082029, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082030, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082031, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 10820*** 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082033, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082034, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082037, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082038, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082039, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082042, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082043, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082044, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082045, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082046, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082047, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082074, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082075, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082076, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082065, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082066, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082067, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082092, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082093, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082094, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082095, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 10820*** 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 10820*** 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082118, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082119, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082120, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082142, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082143, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082144, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082135, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082136, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082137, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082138, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5011, 1082167, 1000000, 37);

/* Thief Shields */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092019, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092020, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092018, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092047, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092050, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5012, 1092049, 1000000, 5);

/* Thief shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072070, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072071, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072028, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072029, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072030, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072031, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072022, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072065, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072066, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072084, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072085, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072086, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072087, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 10720*** 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072033, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072035, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072036, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072171, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072**** 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072**** 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072106, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072107, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072108, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072**** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072**** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072128, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072129, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072130, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072131, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072346, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072150, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072151, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072152, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072161, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072162, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072163, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072172, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072173, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072174, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072192, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072193, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072194, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072195, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072213, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072214, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072215, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072216, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072272, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5013, 1072343, 1000000, 48);

/* Thief Daggers */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332005, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332007, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 13320*** 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332063, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332067, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332070, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332000, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332006, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332002, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332008, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332033, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332038, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332043, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332013, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332010, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332004, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332009, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332012, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332057, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332059, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332001, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332014, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332020, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332034, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332039, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332044, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332011, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332021, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332031, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332068, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332071, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332003, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332016, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332035, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332040, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332045, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332054, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332029, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332024, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332015, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332017, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332036, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332041, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332046, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332030, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332018, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332019, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332037, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332042, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332047, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332064, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332065, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332053, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332022, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332023, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332069, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332072, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332026, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332027, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332051, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332052, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332049, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5014, 1332050, 1000000, 62);

/* Thief Claws */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472063, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472061, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472065, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472001, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472002, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472003, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472004, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472005, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472006, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472034, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472039, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472045, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472007, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472008, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472009, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472010, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472056, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472058, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472011, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472012, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472013, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472035, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472040, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472046, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472014, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472015, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472016, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472017, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472066, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472018, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472019, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472020, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472021, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472036, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472041, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472047, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472064, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472054, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472022, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472023, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472024, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472025, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472037, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472042, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472048, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472026, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472027, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472028, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472029, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472038, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472043, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472062, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472031, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472067, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472033, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472053, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472051, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5015, 1472052, 1000000, 59);

/* Throwing Stars */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070015, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070001, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070008, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070009, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070012, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070013, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070003, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070011, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070010, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070004, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070005, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070006, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070007, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5016, 2070016, 1000000, 15);

/* Warrior Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002002, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002043, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002044, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002003, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002039, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002040, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002007, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002051, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002052, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002009, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002011, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002055, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002059, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002027, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002087, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002088, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002005, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002049, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002050, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002023, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002004, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002047, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002048, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002578, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002021, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002025, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002092, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002093, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002098, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 10020*** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002045, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002046, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002024, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002091, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002028, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002085, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002086, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002022, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002**** 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002**** 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002029, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002084, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002030, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002094, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002095, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002338, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002339, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002340, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002528, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002529, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002530, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002531, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 10025*** 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002377, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002378, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002379, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002551, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5017, 1002739, 1000000, 57);

/* Warrior Tops */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040015, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040038, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041014, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041064, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040009, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040037, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040012, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040039, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041019, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041020, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041021, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040016, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040040, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040041, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041022, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041023, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041024, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040021, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040026, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040028, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040029, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040030, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040000, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040085, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040086, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041084, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041085, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041086, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040087, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040088, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040089, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041087, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041088, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041089, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040090, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040091, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040092, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040093, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041091, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041092, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041093, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040102, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040103, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040**** 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 10410*** 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041098, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 10410*** 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040**** 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040**** 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040113, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041119, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041120, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041121, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040120, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040121, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1040122, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041122, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041123, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5018, 1041124, 1000000, 58);

/* Warrior Bottom */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060008, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060028, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061014, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061023, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060009, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060027, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060010, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060029, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061016, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061017, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060018, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060011, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060030, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060060, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061019, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061020, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060016, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060017, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060019, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060020, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060000, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060074, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060075, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061083, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061084, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061085, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060076, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060077, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060078, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061086, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061087, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061088, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060079, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060080, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060081, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060082, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061090, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061091, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061092, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060090, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060091, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060092, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 10610*** 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 10610*** 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061098, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060**** 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060**** 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060102, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061118, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061119, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061120, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060**** 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060**** 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1060**** 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061121, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061122, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5019, 1061123, 1000000, 57);

/* Warrior Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050005, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050006, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050007, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050011, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051010, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051011, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051012, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051013, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050000, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050021, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050022, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051001, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051014, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051015, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051016, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050080, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050081, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050082, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1050083, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051077, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051078, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051079, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1051080, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1052075, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5020, 1052148, 1000000, 25);

/* Warrior Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082003, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082004, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082001, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082005, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082006, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082007, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082008, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082035, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082036, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082023, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082024, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082025, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082009, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082010, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082011, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082059, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082060, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082061, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082103, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082**** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082**** 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082218, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082**** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082**** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082116, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082117, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082128, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082129, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082130, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082139, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082140, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082141, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5021, 1082168, 1000000, 33);

/* Warrior shields */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092005, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092006, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092001, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092002, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092007, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092012, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092013, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092014, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092004, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092009, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092010, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092011, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092046, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092015, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092016, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092017, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092023, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092024, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092025, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092026, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092027, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092028, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092036, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092037, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092038, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092041, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5022, 1092042, 1000000, 27);

/* Warrior shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072009, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072050, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072007, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072046, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072047, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072011, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072051, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072052, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072053, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072003, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072039, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072040, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072041, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072168, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072002, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072**** 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072113, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072000, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072126, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072127, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 10721*** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072133, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072134, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072135, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072147, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072148, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072149, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072154, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072155, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072156, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072210, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072211, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072212, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 10721*** 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 10721*** 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072198, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072220, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072221, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072222, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072273, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5023, 1072342, 1000000, 40);

/* 1-Handed Warrior & Common Axes  */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312004, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312016, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312003, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312005, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312013, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312033, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312034, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312006, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312018, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312022, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312026, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312007, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312012, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312008, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312019, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312023, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312027, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312014, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312009, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312020, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312024, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312028, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312010, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312021, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312025, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312029, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312011, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312015, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312030, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5024, 1312031, 1000000, 32);

/* 2-Handed Warrior & Common Axes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412001, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412012, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412002, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412000, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412006, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412028, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412029, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412004, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412013, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412017, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412022, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412005, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412003, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412014, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412018, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412023, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412007, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412015, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412019, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412024, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412008, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412016, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412020, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412025, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 14120*** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412009, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412010, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412021, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5025, 1412026, 1000000, 28);

/* 1-Handed Warrior & Common Blunt Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322005, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322023, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322006, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 13220*** 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322000, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322001, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322027, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322010, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322012, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322002, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322008, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322011, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322035, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322040, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322046, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322051, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322004, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322009, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322022, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322031, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322003, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322014, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322055, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322056, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322015, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322036, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322041, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322047, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322016, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322024, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322017, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322021, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322037, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322042, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322048, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322018, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322025, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322038, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322043, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322049, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322033, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322019, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322026, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322039, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322044, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322050, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322059, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322020, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322028, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322029, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322045, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5026, 1322052, 1000000, 53);

/* 2-Handed Warrior and Common Blunt Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422002, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422003, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422006, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422004, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422001, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422011, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 14220*** 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422033, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422008, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422015, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422019, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422023, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422007, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422036, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422005, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422016, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422020, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422024, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422009, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422017, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422021, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422025, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422010, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422018, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422022, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422026, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422012, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422013, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422027, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5027, 1422028, 1000000, 30);

/* 1-Handed Warrior and Common Swords */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302027, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302007, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302077, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302005, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302002, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302006, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302038, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302043, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302050, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302003, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302022, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302028, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302080, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302008, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302066, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302071, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302004, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302013, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302039, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302044, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302051, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302063, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302009, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302016, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302049, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302029, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302015, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302019, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302068, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302031, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302010, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302040, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302045, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302052, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302025, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302041, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302046, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302053, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302037, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302012, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302026, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302042, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302047, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302054, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302079, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302018, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302023, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302056, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5028, 1302059, 1000000, 51);

/* 2-Handed Warrior & Common Swords */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402001, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402014, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402018, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402000, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402019, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402024, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402030, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402008, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402002, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402010, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402040, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402041, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402044, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402006, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402020, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402025, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402031, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402007, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402029, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402003, 1000000, 19); 
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402013, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402021, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402026, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 14020*** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402045, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402011, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402022, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402027, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402033, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402017, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402023, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402028, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402034, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402004, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402015, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402005, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402016, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402035, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402037, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5029, 1402036, 1000000, 39);

/* Warrior & Common Spears */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432015, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432008, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432009, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432014, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432019, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432024, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432031, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432013, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432041, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432042, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432046, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432016, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432003, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432020, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432025, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 14320*** 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432005, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432039, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432004, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432021, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432026, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432033, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432017, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432006, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432022, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432027, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432034, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432007, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432023, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432028, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432035, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432045, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432010, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432018, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432011, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432030, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5030, 1432038, 1000000, 38);

/* Warrior & Common Polearms */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442013, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442048, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442039, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442021, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442006, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442029, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442054, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442007, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442014, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442019, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442004, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442050, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442001, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442011, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442052, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442053, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442061, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442003, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442031, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442035, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442040, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442015, 1000000, 22); 
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442028, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442055, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442016, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442025, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442049, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442005, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 14420*** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442036, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442041, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442046, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442027, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442056, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442010, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442017, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442033, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442037, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442042, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442022, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442008, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442030, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442034, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442038, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442043, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442060, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442020, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442026, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442057, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442044, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442045, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5031, 1442002, 1000000, 52);

/* Archer Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002010, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002057, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002**** 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002113, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002**** 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002**** 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002116, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002117, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002118, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002119, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002120, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002121, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002156, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002157, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002158, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002159, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002160, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002161, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002162, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002163, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002164, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002165, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002135, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002136, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002137, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002138, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002139, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002180, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002166, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002167, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002168, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002169, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002170, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002211, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002212, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002213, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002214, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002749, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002267, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002268, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002269, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002270, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002286, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002287, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002288, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002289, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002275, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002276, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002277, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002278, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002402, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002403, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002404, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002405, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002406, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002407, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002408, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002547, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (50*** 1002739, 1000000, 58);

/* Archer Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050051, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050052, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051037, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051038, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051039, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1052151, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050058, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050059, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050060, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051041, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051042, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051043, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050061, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050062, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050063, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050064, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051062, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051063, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051064, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051065, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050075, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050076, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050077, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050078, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051066, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051067, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051068, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051069, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050088, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050089, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050090, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050091, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051082, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051083, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051084, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051085, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050106, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050107, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1050108, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051**** 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051106, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1051107, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1052071, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5033, 1052148, 1000000, 44);

/* Archer Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082012, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082013, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082014, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082015, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082016, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082017, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082018, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082048, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082049, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082050, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082068, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082069, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082070, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082071, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082072, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082073, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082083, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082084, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082085, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082089, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082090, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082091, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1072106, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1072107, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1072108, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082**** 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082**** 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082**** 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082**** 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082125, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082126, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082127, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082158, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082159, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082160, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5034, 1082163, 1000000, 35);

/* Archer Shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072015, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072059, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072016, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072060, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072061, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072025, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072026, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072067, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072068, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072027, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072034, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072069, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072079, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072080, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072081, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072082, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072083, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072170, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072**** 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072102, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072103, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072118, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072119, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072120, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072121, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072122, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072123, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072124, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072125, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072345, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072144, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072145, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072146, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072164, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072165, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072166, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072167, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072182, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072183, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072184, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072185, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072203, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072204, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072205, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072227, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072228, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072229, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5035, 1072342, 1000000, 48);

/* Archer & Common Bows */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452002, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452051, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452054, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452003, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452001, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452027, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 14520*** 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452038, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452000, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452005, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452046, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452048, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452006, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452028, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452033, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452039, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452007, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452055, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452008, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452029, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452034, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452040, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452023, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452053, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452004, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452030, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452035, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452041, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452018, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452009, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452010, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452011, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452031, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452036, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452042, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452052, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452012, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452013, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452014, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452015, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452056, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452017, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452025, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452026, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452019, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452020, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452021, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5036, 1452044, 1000000, 48);

/* Archer & Common Crossbows */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462047, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462001, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462002, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462023, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462028, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462033, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462003, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462000, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462041, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462043, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462004, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462024, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462029, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462034, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462005, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462048, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462006, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462007, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462025, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462030, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462035, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462008, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462026, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462031, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462036, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462009, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462027, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 14620*** 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462037, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462046, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462010, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462011, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462012, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462013, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462018, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462021, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462022, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462015, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462016, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462017, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5037, 1462039, 1000000, 40);

/* Arrows */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2061000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2061001, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060002, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2061002, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060003, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2061003, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060004, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2061004, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060005, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5038, 2060006, 1000000, 11);

/* Pirate Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002610, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002613, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002616, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002619, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002622, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002625, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002628, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002631, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002634, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002637, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002640, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002643, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002646, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5039, 01002649, 1000000, 13);

/* Pirate Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052095, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052098, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052**** 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052**** 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052107, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052**** 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052113, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052116, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052119, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052122, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052125, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052128, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052131, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5040, 01052134, 1000000, 13);

/* Pirate Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082180, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082183, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082186, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082189, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082192, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082195, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082198, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082201, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082204, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082207, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082210, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082213, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5041, 01082216, 1000000, 12);

/* Pirate Shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072285, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072288, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072291, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072294, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 010722*** 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072300, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072303, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072306, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072309, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072312, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072315, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072318, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072321, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5042, 01072338, 1000000, 13);

/* Pirate Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482006, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482007, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482008, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482009, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482010, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482011, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482012, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482013, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482023, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482020, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482021, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01482022, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492000, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492001, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492002, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492003, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492004, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492005, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492006, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492007, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492008, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492009, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492010, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492011, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492012, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492013, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492020, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5043, 01492022, 1000000, 27);

/* Pirate Bullets and Capsules */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330001, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330002, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330003, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330004, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02330005, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02331000, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5044, 02332000, 1000000, 7);

/* Common Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002418, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002419, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002508, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002515, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002516, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002517, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002518, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002553, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002603, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002601, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002600, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002602, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002662, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002424, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002425, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002509, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002080, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002081, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002082, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002083, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002391, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002392, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002393, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002394, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002395, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002452, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002453, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002492, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002584, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002585, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002586, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002587, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002026, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002089, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002090, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002441, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002455, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002510, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002675, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002677, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002006, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002390, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002430, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002676, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002471, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002483, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002511, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002571, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002572, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002573, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002574, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5045, 1002357, 1000000, 50);

/* Earrings */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032033, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032047, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032003, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032046, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032000, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032009, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032040, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032004, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032005, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032025, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 10320*** 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032006, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032007, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032010, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032028, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032002, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032008, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032041, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032045, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032018, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032044, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032012, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032013, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032027, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032049, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032014, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032043, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032020, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032015, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032022, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032016, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032023, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032017, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032030, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032031, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5046, 1032048, 1000000, 37);

/* Necklaces and Face Accessories */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1122007, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012011, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012012, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012013, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012014, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012015, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012016, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012017, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012018, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012019, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012020, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012058, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012059, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012060, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012061, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012071, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012072, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012073, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1122000, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5047, 1012070, 1000000, 19);

/* Capes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102165, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102053, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102079, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102080, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102081, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102082, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102083, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102061, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102147, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102054, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102055, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102056, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102000, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102001, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102002, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102003, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102004, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102040, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102043, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 11020*** 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102**** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102145, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102011, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102012, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102013, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102014, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102015, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102016, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102017, 1000000, 28); 
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102018, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102021, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102022, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102023, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102024, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102064, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102085, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102087, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102026, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102027, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102028, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102029, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102030, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102078, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102031, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 11020*** 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102033, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102034, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102035, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102046, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102047, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102048, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102057, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102**** 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102135, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102136, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102041, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102042, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102146, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102084, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102086, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102**** 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102102, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102103, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102**** 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102**** 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102106, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102139, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5048, 1102140, 1000000, 67);

/* Common Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1050**** 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1050127, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1051098, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1051140, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1050018, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5049, 1051017, 1000000, 5);

/* Common Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082002, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082145, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082146, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082147, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082148, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082149, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082150, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082174, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082228, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5050, 1082223, 1000000, 9);

/* Common Shields */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5051, 1092003, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5051, 1092008, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5051, 1092030, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5051, 1092052, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5051, 1092022, 1000000, 4);

/* Common shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072262, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072263, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072264, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072275, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072239, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072238, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5052, 1072344, 1000000, 6);

/* Maple Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1452016, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1452022, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1452045, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1472030, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 14720*** 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1472055, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1462014, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1462019, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1462040, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1332025, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1332055, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1332056, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 13120*** 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1322054, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1302020, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1302030, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1302064, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1442024, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1442051, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1432012, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1432040, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1382009, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1382012, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1382039, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1412011, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1412027, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1422014, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1422029, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1402039, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5053, 1372034, 1000000, 29);

/* Level 0 Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1312004, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1312017, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1322005, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1322023, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1322053, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302000, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302014, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302021, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302024, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302033, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302034, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302035, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302036, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302057, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302060, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302062, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302065, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1302067, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1442012, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1442047, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5054, 1402009, 1000000, 20);

/* NX Hats */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001008, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002542, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002543, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002367, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002575, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002333, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002495, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002748, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002434, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002742, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002498, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002348, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002266, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002428, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002426, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001013, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002420, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002661, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10021*** 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002713, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10010*** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002549, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002349, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10024*** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002220, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002481, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002259, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002370, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002307, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10021*** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000000, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002298, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002237, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002346, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002187, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000015, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002258, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002227, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002077, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002305, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002439, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002355, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002422, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002359, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002257, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002293, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002303, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002190, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002316, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002071, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002261, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002223, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001027, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10022*** 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002347, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002386, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002000, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002306, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002536, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002431, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002738, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002279, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002228, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002290, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002569, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002445, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002384, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002031, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002724, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002752, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002691, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002692, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002693, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002694, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002295, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000020, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002734, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002714, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002255, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002373, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10023*** 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002524, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002450, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002238, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002321, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10022*** 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002189, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002555, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000008, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002389, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001024, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001030, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002417, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002280, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002567, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002265, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002312, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002705, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002706, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002701, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002679, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002576, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002226, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001007, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000001, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000002, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002310, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002506, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002195, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002490, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002489, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002320, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002565, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000021, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000022, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002760, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002230, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002231, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002229, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002594, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002468, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10025*** 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001049, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001048, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000019, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001044, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002018, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000014, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002387, 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002427, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002358, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002300, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002206, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002070, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002263, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002200, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002486, 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002317, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002485, 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002437, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002240, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001001, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002264, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000007, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10023*** 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002250, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002456, 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002458, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002461, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002467, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002460, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002462, 1000000, 151);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002464, 1000000, 152);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002457, 1000000, 153);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002466, 1000000, 154);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002465, 1000000, 155);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002459, 1000000, 156);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002463, 1000000, 157);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002727, 1000000, 158);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10024*** 1000000, 159);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10025*** 1000000, 160);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002372, 1000000, 161);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002198, 1000000, 162);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001028, 1000000, 163);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001047, 1000000, 164);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10000*** 1000000, 165);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002469, 1000000, 166);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002557, 1000000, 167);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002236, 1000000, 168);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001038, 1000000, 169);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002500, 1000000, 170);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002435, 1000000, 171);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000018, 1000000, 172);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001018, 1000000, 173);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001019, 1000000, 174);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001020, 1000000, 175);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002337, 1000000, 176);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002591, 1000000, 177);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001037, 1000000, 178);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002444, 1000000, 179);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002322, 1000000, 180);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000027, 1000000, 181);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001039, 1000000, 182);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002703, 1000000, 183);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002704, 1000000, 184);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002700, 1000000, 185);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001033, 1000000, 186);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002513, 1000000, 187);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002556, 1000000, 188);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000005, 1000000, 189);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002429, 1000000, 190);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000012, 1000000, 191);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001016, 1000000, 192);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000010, 1000000, 193);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000011, 1000000, 194);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001014, 1000000, 195);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000009, 1000000, 196);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001015, 1000000, 197);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002715, 1000000, 198);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002488, 1000000, 199);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002552, 1000000, 200);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002525, 1000000, 201);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002491, 1000000, 202);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002478, 1000000, 203);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002336, 1000000, 204);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002559, 1000000, 205);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002413, 1000000, 206);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002504, 1000000, 207);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002678, 1000000, 208);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000004, 1000000, 209);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002342, 1000000, 210);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002308, 1000000, 211);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001000, 1000000, 212);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002660, 1000000, 213);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002256, 1000000, 214);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002414, 1000000, 215);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002202, 1000000, 216);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002313, 1000000, 217);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002523, 1000000, 218);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002345, 1000000, 219);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002443, 1000000, 220);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002388, 1000000, 221);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001023, 1000000, 222);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002725, 1000000, 223);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002376, 1000000, 224);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002079, 1000000, 225);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002292, 1000000, 226);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002440, 1000000, 227);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002421, 1000000, 228);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002360, 1000000, 229);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001003, 1000000, 230);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002302, 1000000, 231);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002410, 1000000, 232);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002522, 1000000, 233);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002484, 1000000, 234);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001017, 1000000, 235);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10020*** 1000000, 236);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002544, 1000000, 237);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001042, 1000000, 238);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002353, 1000000, 239);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002221, 1000000, 240);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002598, 1000000, 241);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002721, 1000000, 242);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002334, 1000000, 243);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000023, 1000000, 244);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002442, 1000000, 245);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002487, 1000000, 246);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10021*** 1000000, 247);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002374, 1000000, 248);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002188, 1000000, 249);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002350, 1000000, 250);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000016, 1000000, 251);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002385, 1000000, 252);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002361, 1000000, 253);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002076, 1000000, 254);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002294, 1000000, 255);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002318, 1000000, 256);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002352, 1000000, 257);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002191, 1000000, 258);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002204, 1000000, 259);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002520, 1000000, 260);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002482, 1000000, 261);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002512, 1000000, 262);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002315, 1000000, 263);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002015, 1000000, 264);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002262, 1000000, 265);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002222, 1000000, 266);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002371, 1000000, 267);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001026, 1000000, 268);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002501, 1000000, 269);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002368, 1000000, 270);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001009, 1000000, 271);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002447, 1000000, 272);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002194, 1000000, 273);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002476, 1000000, 274);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001043, 1000000, 275);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001025, 1000000, 276);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001045, 1000000, 277);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000030, 1000000, 278);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000006, 1000000, 279);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000026, 1000000, 280);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001036, 1000000, 281);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002225, 1000000, 282);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000003, 1000000, 283);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002505, 1000000, 284);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001006, 1000000, 285);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002304, 1000000, 286);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002566, 1000000, 287);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002526, 1000000, 288);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002078, 1000000, 289);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002235, 1000000, 290);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002205, 1000000, 291);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002412, 1000000, 292);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002201, 1000000, 293);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002477, 1000000, 294);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10022*** 1000000, 295);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002416, 1000000, 296);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002593, 1000000, 297);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002479, 1000000, 298);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002507, 1000000, 299);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002592, 1000000, 300);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10024*** 1000000, 301);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002653, 1000000, 302);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002590, 1000000, 303);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002667, 1000000, 304);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002451, 1000000, 305);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002291, 1000000, 306);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002341, 1000000, 307);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002233, 1000000, 308);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10022*** 1000000, 309);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002234, 1000000, 310);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001011, 1000000, 311);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002560, 1000000, 312);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002433, 1000000, 313);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002446, 1000000, 314);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10023*** 1000000, 315);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002608, 1000000, 316);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002747, 1000000, 317);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002241, 1000000, 318);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001010, 1000000, 319);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002493, 1000000, 320);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002722, 1000000, 321);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002369, 1000000, 322);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002192, 1000000, 323);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002193, 1000000, 324);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001021, 1000000, 325);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002251, 1000000, 326);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002239, 1000000, 327);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001012, 1000000, 328);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002224, 1000000, 329);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002409, 1000000, 330);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002186, 1000000, 331);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002311, 1000000, 332);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002335, 1000000, 333);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002568, 1000000, 334);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002726, 1000000, 335);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000017, 1000000, 336);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001022, 1000000, 337);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001046, 1000000, 338);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000031, 1000000, 339);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002502, 1000000, 340);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002650, 1000000, 341);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002698, 1000000, 342);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002503, 1000000, 343);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002309, 1000000, 344);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000029, 1000000, 345);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002470, 1000000, 346);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002558, 1000000, 347);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002319, 1000000, 348);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002666, 1000000, 349);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002343, 1000000, 350);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001031, 1000000, 351);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002519, 1000000, 352);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002362, 1000000, 353);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002521, 1000000, 354);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001004, 1000000, 355);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002534, 1000000, 356);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002548, 1000000, 357);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 10024*** 1000000, 358);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002480, 1000000, 359);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002331, 1000000, 360);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002449, 1000000, 361);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001002, 1000000, 362);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001005, 1000000, 363);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002344, 1000000, 364);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002741, 1000000, 365);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002375, 1000000, 366);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1001029, 1000000, 367);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002351, 1000000, 368);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1000013, 1000000, 369);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002356, 1000000, 370);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002423, 1000000, 371);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002354, 1000000, 372);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002301, 1000000, 373);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002203, 1000000, 374);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002545, 1000000, 375);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002260, 1000000, 376);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002411, 1000000, 377);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002607, 1000000, 378);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002438, 1000000, 379);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002314, 1000000, 380);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002415, 1000000, 381);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5055, 1002219, 1000000, 382);

/* NX Earrings */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032036, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032053, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032034, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032051, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032054, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032029, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032052, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032038, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5056, 1032024, 1000000, 8);

/* NX Earrings, Glasses, Eye Guards & Eye Patches */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1020000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022064, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022034, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022015, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022013, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022059, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022004, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022010, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022016, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022012, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022006, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022022, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022001, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022014, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022041, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022009, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022063, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022037, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022052, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022053, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022007, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022003, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022036, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022030, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022020, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022040, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022044, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022019, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022008, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022039, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022000, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022035, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022056, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022055, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1021000, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022033, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022057, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022017, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022038, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022005, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022021, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022054, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022042, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022028, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022029, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022066, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022031, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022002, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 10220*** 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022011, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022018, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022023, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022027, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022026, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022025, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022024, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5057, 1022045, 1000000, 56);

/* NX Top */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041134, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042128, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042102, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042084, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042061, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042050, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042056, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10420*** 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042033, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042041, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040001, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042082, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042001, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042088, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042027, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042007, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042052, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041000, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041130, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040127, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042015, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040128, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042023, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040141, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041001, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042089, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040051, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042053, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042051, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042045, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042122, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040065, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042098, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042022, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042085, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042120, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042081, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042036, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040077, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041072, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041128, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040124, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040047, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042076, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042068, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042026, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042065, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042064, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042117, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042006, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040054, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042034, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042013, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042043, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040052, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042127, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040130, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041143, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041133, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040**** 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041127, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040133, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042019, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10420*** 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041139, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040138, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040125, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040135, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042073, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042031, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042029, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042020, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040027, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041146, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042121, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042028, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040005, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040055, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042066, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042000, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042067, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042116, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040134, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042094, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040053, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040056, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10401*** 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042071, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042092, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042040, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042069, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042005, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042055, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042107, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10411*** 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041113, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042004, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040140, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041005, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042075, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041131, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042091, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042016, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042044, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040131, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041090, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040143, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041136, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042054, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041137, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042093, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042060, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040078, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041073, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040123, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042131, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10420*** 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042025, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040119, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042083, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041125, 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042077, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042106, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042126, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040129, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042118, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042035, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042058, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042002, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042080, 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042072, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042024, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040045, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041009, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042090, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042038, 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042018, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042063, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040066, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041108, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040046, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042059, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042049, 1000000, 151);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042087, 1000000, 152);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040**** 1000000, 153);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042039, 1000000, 154);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042070, 1000000, 155);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041070, 1000000, 156);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042017, 1000000, 157);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041**** 1000000, 158);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042030, 1000000, 159);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042037, 1000000, 160);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042108, 1000000, 161);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042048, 1000000, 162);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042047, 1000000, 163);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042021, 1000000, 164);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042062, 1000000, 165);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 10420*** 1000000, 166);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041138, 1000000, 167);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040137, 1000000, 168);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042086, 1000000, 169);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041126, 1000000, 170);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041135, 1000000, 171);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042095, 1000000, 172);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042119, 1000000, 173);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042078, 1000000, 174);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042046, 1000000, 175);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042042, 1000000, 176);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042074, 1000000, 177);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042103, 1000000, 178);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040064, 1000000, 179);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042011, 1000000, 180);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042010, 1000000, 181);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042008, 1000000, 182);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042009, 1000000, 183);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042**** 1000000, 184);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041129, 1000000, 185);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1040126, 1000000, 186);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042014, 1000000, 187);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042125, 1000000, 188);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1041071, 1000000, 189);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5058, 1042012, 1000000, 190);

/* NX Bottom */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062074, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062073, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062076, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062075, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062051, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061143, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062080, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062023, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062018, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062043, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060001, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061075, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061**** 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062029, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061000, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062010, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061127, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060049, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061144, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060113, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062025, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060034, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060123, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061001, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062060, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061089, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060125, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061131, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060040, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062035, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062047, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062077, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062069, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062048, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060054, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062081, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062054, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061129, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062024, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 10620*** 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062031, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062064, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060066, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061067, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061137, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060036, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062063, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062041, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061134, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061140, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060119, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062050, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062049, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062009, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060048, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061130, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062017, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060041, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060103, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061113, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062038, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062058, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062055, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062021, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062042, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062084, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062005, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061136, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062071, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061142, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060121, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062056, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060116, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061139, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060003, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062022, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061103, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 10600*** 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061147, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062061, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062030, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061133, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060118, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060042, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060047, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062070, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062045, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062028, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062008, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061128, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061**** 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061135, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060122, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061004, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062019, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061074, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061**** 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061138, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062053, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061126, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061068, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060**** 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060067, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062027, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062068, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062082, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062033, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062003, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062044, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061124, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062026, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061007, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061072, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061108, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060055, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062062, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062072, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062015, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061005, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062057, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061107, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060035, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 10611*** 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061065, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062020, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061073, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061**** 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062067, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060120, 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061141, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060108, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060117, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062059, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062046, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062066, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062040, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060**** 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062034, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062052, 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062039, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062065, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1060053, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062014, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062013, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062011, 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062012, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1061066, 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 1062016, 1000000, 147);

/* NX Capes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102093, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102156, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102005, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102160, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102075, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102037, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102010, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102070, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102045, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102038, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102049, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102008, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102**** 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102**** 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102065, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102098, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102077, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102150, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102092, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102006, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102066, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102074, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102**** 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102108, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102063, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102058, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102050, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102068, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102073, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 11020*** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102019, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102151, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102062, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102149, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102059, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102155, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102076, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102137, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102158, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102141, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102052, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102060, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102138, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102069, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102157, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102044, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102025, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102036, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102009, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102107, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 11020*** 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102091, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102094, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102153, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102148, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102142, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102067, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102039, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102020, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102095, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102159, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102051, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102007, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102072, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5060, 1102154, 1000000, 64);

/* NX Overalls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052145, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052143, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050135, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052024, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052021, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051125, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050079, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051156, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052023, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050136, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050087, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051089, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050033, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052089, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051167, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052047, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052034, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050065, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051050, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052003, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052051, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052019, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050085, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050004, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052011, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052038, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052015, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050015, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051021, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051119, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051075, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050041, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052058, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052061, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050125, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052016, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052048, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051070, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052040, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052002, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051002, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052135, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052147, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052087, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051040, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050050, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052025, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051117, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052014, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051144, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052082, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052055, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052057, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052060, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051141, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050043, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050044, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051036, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050042, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051035, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052069, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051120, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052028, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052062, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052059, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051076, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050057, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050128, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052084, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051163, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052013, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052033, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050066, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052018, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052012, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052008, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050014, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051020, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052026, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050012, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051022, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052035, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052043, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051128, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050120, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050126, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052093, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051164, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050141, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051136, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051143, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051134, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052039, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051138, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050124, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052144, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051127, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052004, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050071, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050086, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052064, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052066, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052045, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052077, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051049, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052067, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052052, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051148, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052017, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052009, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050016, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051019, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050020, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052001, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052037, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051051, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051071, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051087, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051059, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052010, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051108, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052042, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051118, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051160, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052029, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 10510*** 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052079, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051149, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051154, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051081, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051124, 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051018, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051155, 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051137, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050116, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051116, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051086, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052000, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 10520*** 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051126, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052027, 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052050, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051073, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050084, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050034, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052007, 1000000, 151);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050013, 1000000, 152);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051029, 1000000, 153);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050040, 1000000, 154);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052031, 1000000, 155);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051133, 1000000, 156);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050123, 1000000, 157);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051135, 1000000, 158);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052091, 1000000, 159);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050119, 1000000, 160);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050019, 1000000, 161);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051131, 1000000, 162);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050138, 1000000, 163);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051158, 1000000, 164);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052044, 1000000, 165);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 166);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 167);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 10500*** 1000000, 168);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050139, 1000000, 169);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051159, 1000000, 170);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052068, 1000000, 171);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 172);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051169, 1000000, 173);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052006, 1000000, 174);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052046, 1000000, 175);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052078, 1000000, 176);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052056, 1000000, 177);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052083, 1000000, 178);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051147, 1000000, 179);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052041, 1000000, 180);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052053, 1000000, 181);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050118, 1000000, 182);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050117, 1000000, 183);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052030, 1000000, 184);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051113, 1000000, 185);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051121, 1000000, 186);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052063, 1000000, 187);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052065, 1000000, 188);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052092, 1000000, 189);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051142, 1000000, 190);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051123, 1000000, 191);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050145, 1000000, 192);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 193);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 194);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050113, 1000000, 195);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052054, 1000000, 196);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050**** 1000000, 197);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 198);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052020, 1000000, 199);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051122, 1000000, 200);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 10511*** 1000000, 201);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051157, 1000000, 202);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052022, 1000000, 203);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051072, 1000000, 204);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050137, 1000000, 205);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051060, 1000000, 206);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051139, 1000000, 207);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051028, 1000000, 208);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051048, 1000000, 209);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051061, 1000000, 210);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052049, 1000000, 211);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051074, 1000000, 212);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051088, 1000000, 213);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1051**** 1000000, 214);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052005, 1000000, 215);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1050017, 1000000, 216);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052094, 1000000, 217);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5061, 1052036, 1000000, 218);

/* NX Rings */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112223, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112102, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112202, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112205, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112209, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112106, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112207, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112215, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112108, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112113, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112224, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112002, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112118, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112228, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112119, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112229, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112120, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112230, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112006, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112001, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112003, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112800, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112801, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112802, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112210, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112213, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112216, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112221, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112808, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112217, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112225, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112211, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112214, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112200, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112204, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112201, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112206, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112117, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112227, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112222, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112219, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112212, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112220, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112107, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112208, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112000, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112218, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112203, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112103, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112005, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112116, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112226, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5062, 1112**** 1000000, 61);

/* NX Gloves */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082079, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1081004, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082058, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082041, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1081001, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082171, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082078, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082057, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082113, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082229, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082173, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082162, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082231, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082225, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082124, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082169, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082040, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1080001, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1081000, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082170, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082**** 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082157, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082172, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082155, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082161, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082224, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082156, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082102, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082227, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1081002, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1082077, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1081003, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5063, 1080000, 1000000, 32);

/* NX Shields */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 1092033, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 10920*** 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 1092031, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 1092044, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 1092034, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5064, 1092040, 1000000, 5);

/* NX Shoes */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072333, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072335, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072334, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072233, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072217, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072240, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072058, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072**** 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072230, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071014, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072010, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071024, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072**** 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070001, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070003, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072266, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072057, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072190, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072098, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072231, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072245, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072093, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070000, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071000, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072187, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072265, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070004, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072276, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072200, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071018, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072234, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071007, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070015, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072189, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072014, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072242, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072259, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072088, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071012, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072348, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072329, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072180, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072337, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072255, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072254, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072280, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071021, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 10720*** 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072181, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072236, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072250, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072247, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072283, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071008, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070002, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072186, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072258, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071017, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072241, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071019, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070007, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071015, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072328, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072202, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072176, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072274, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072175, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072347, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072191, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070009, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071025, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072260, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072324, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072219, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071004, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072246, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072251, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072257, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071011, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 10721*** 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072013, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 10720*** 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 10722*** 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072277, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072244, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071002, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072201, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071001, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072188, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 10720*** 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071003, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072325, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072267, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071009, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072322, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070006, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072278, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072281, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070005, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071016, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071010, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071006, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072218, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072095, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072235, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072252, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072253, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072336, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072323, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072243, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072279, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072327, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072256, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072153, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072282, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071020, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1070014, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071013, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1071005, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072092, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072094, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072326, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072284, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5065, 1072237, 1000000, 123);

/* NX Weapons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702055, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702004, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702077, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702058, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702145, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702021, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702027, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702079, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702062, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702057, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702126, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702073, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702172, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702001, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702069, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702022, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702015, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702164, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702157, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702174, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702059, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702089, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702066, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702035, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702**** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702050, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702025, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702086, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702107, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702**** 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702179, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702037, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702024, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702026, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702180, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702030, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702161, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702028, 1000000, 37); 
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702122, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702000, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702067, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702078, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702090, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702152, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702083, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702054, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702123, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702156, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702068, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702085, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702108, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702140, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702092, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702080, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702007, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702023, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702128, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702034, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702056, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702082, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702125, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702**** 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702173, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702051, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702040, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702038, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702046, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702039, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702041, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702163, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702175, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702136, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702053, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702052, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702118, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702071, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702124, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702162, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702072, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702031, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702020, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702106, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702150, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702076, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702042, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702165, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702141, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702169, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702093, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702010, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702065, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702171, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702131, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702016, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702019, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702142, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702017, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702103, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702074, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702011, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 17020*** 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702154, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702003, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702043, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702081, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702129, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702006, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702061, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702087, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702**** 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702130, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702064, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702151, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702048, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702119, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702008, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702063, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702121, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702134, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702060, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702155, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702147, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702146, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702133, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702047, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702049, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702138, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702070, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702033, 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702045, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702088, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702149, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702013, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702091, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702009, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702044, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702084, 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702014, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 17020*** 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702075, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702018, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702120, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702135, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702098, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702127, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702029, 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702036, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702**** 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702002, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702005, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 1702012, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5066, 17020*** 1000000, 150);

/* NX Stars */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021001, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021002, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021003, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021004, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021005, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021006, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021007, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021008, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021009, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021010, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021011, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021012, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021013, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021014, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021015, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021016, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021020, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5067, 5021021, 1000000, 18);

/* Pets */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000001, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000002, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000003, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000004, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000005, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000006, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000007, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000008, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000009, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000010, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000011, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000012, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000013, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000014, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000015, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000017, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000018, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000020, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000021, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000022, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000023, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000024, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000025, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000028, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000029, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000030, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000031, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 50000*** 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000033, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000034, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000036, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000037, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000039, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000041, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000048, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000049, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000050, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000051, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000052, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5068, 5000053, 1000000, 40);

/* All Pet Equips, Pet food, Scrolls, & Books */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2120000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160000, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160001, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160002, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160003, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160004, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160005, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160006, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160007, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160008, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160009, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160010, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160012, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160013, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160014, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160015, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160016, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160017, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160019, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160020, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160022, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160023, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160024, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160026, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160027, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 4160029, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 41600*** 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048003, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048004, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048005, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048000, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048001, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 2048002, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812000, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812001, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812004, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812005, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812002, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1812003, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240000, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240001, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240002, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240003, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240004, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240005, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240006, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240007, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240008, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240009, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240010, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240011, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240012, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240013, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240015, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240017, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 5240020, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802027, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802006, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802025, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802012, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802018, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802031, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802033, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802015, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802021, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802028, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802036, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802016, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802035, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802014, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802017, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802010, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802037, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802023, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802022, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802004, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802000, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802019, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 18020*** 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802030, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802**** 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802029, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802026, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802011, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802002, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802013, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802007, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802008, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802005, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802009, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802034, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802020, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802024, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802001, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802048, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802055, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802042, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802045, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802047, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802050, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802051, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802052, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5069, 1802049, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5059, 5170000, 1000000, 104);

/* Emoticons */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160003, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160004, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160005, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160006, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160007, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160008, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160009, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160010, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160011, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160012, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160013, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5070, 5160014, 1000000, 15);

/* Effect */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010003, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010004, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010005, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010006, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010007, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010008, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010009, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010010, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010011, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010012, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010013, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010014, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010015, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010016, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010017, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010018, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010019, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010020, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010021, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010022, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010023, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010024, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010025, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010026, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010027, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010028, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010029, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010030, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010031, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 50100*** 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010033, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010034, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010035, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010038, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010039, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010041, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010042, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010043, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010044, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010045, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010046, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010048, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010049, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010051, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010052, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010053, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010054, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010055, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 5010056, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5071, 50109*** 1000000, 53);

/* All Accessories */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010003, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012055, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012043, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012027, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012000, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012001, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012048, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012003, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012028, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012035, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012005, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1022046, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012008, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012085, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012075, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012051, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012004, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012056, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012083, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012033, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012030, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012090, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 10120*** 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012**** 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012080, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012034, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1011003, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012047, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010004, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010005, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012024, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012036, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010001, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012026, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1022043, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1011002, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012040, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012010, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012082, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012038, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012029, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012009, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012063, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012039, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012031, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012002, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010000, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012050, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012042, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012062, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012044, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012074, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010002, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1011000, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012049, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1022047, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012037, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012054, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1022026, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012022, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012006, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012007, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1011001, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012052, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012053, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012041, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012025, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 10120*** 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012021, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1010006, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012023, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5072, 1012**** 1000000, 72);

/* Player FM Stores */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140003, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140006, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140000, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140004, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5073, 5140001, 1000000, 6);

/* Messages */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120003, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120004, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120005, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120006, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120007, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120008, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120009, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120010, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120011, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120012, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5120015, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121000, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121001, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121002, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121003, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121004, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121005, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121006, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121007, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121008, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121009, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121010, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121014, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121015, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121016, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5121017, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5074, 5122000, 1000000, 30);

/* General Shop */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5072000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5390002, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5390001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5390000, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5220000, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5220010, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5040001, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5040000, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 5041000, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 2210002, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 2210000, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 2210001, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 4006000, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5075, 4006001, 1000000, 13);

/* Boss pieces */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5076, 4001017, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5076, 4031179, 1000000, 1);

/* All Buffs, Pots, Antidotes & Food */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000005, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002019, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002025, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000010, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000003, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002009, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002000, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000004, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000012, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002015, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002023, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002026, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002022, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002021, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2001001, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002007, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002002, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002020, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000006, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000011, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000008, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000001, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002011, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2001002, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000007, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000000, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002008, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002005, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002024, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002010, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002001, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002016, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002017, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002006, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002004, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2001000, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2000009, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002018, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2002003, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2050004, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2050001, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2050003, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2050002, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022180, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010000, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022089, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022**** 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022123, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022079, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022284, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20221*** 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022147, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022311, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20220*** 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022156, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022087, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022090, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022091, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022092, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022093, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022130, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022088, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022107, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022144, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022098, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022051, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020002, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022033, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020027, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022145, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022275, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022151, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022152, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022153, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020016, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022190, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022056, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022094, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020028, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020024, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020019, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020018, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022310, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022276, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022120, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022062, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20220*** 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022002, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020031, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022077, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022076, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022078, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022047, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022031, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022042, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020029, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022063, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022262, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022182, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022014, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022023, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022155, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2012000, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2012003, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020007, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022058, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022242, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010002, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022175, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2012001, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020008, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022185, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022022, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022021, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022183, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022072, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020001, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20220*** 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022041, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022064, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022043, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022121, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022131, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020010, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022264, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010009, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022066, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022248, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022**** 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022189, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020004, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022005, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022**** 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022245, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010005, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022108, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020005, 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020006, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20220*** 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022127, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022129, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022128, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022126, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022125, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022053, 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022308, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022019, 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022018, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022020, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022071, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022194, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010004, 1000000, 151);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022060, 1000000, 152);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022278, 1000000, 153);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022124, 1000000, 154);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022239, 1000000, 155);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022240, 1000000, 156);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022177, 1000000, 157);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022184, 1000000, 158);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022035, 1000000, 159);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022251, 1000000, 160);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022016, 1000000, 161);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022195, 1000000, 162);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022271, 1000000, 163);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022263, 1000000, 165);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022102, 1000000, 166);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022143, 1000000, 167);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010001, 1000000, 168);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020012, 1000000, 169);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022193, 1000000, 170);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022238, 1000000, 171);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022142, 1000000, 172);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022075, 1000000, 173);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022164, 1000000, 174);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022015, 1000000, 175);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022282, 1000000, 176);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020021, 1000000, 177);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022039, 1000000, 178);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022045, 1000000, 179);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022044, 1000000, 180);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022048, 1000000, 181);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022179, 1000000, 182);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022074, 1000000, 183);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010003, 1000000, 184);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022250, 1000000, 185);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020009, 1000000, 186);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022061, 1000000, 187);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022116, 1000000, 188);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022146, 1000000, 189);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022054, 1000000, 190);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022055, 1000000, 191);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022154, 1000000, 192);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022149, 1000000, 193);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022148, 1000000, 194);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020025, 1000000, 195);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022037, 1000000, 196);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020003, 1000000, 197);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2011000, 1000000, 198);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010006, 1000000, 199);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022176, 1000000, 200);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022306, 1000000, 201);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022113, 1000000, 202);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022246, 1000000, 203);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022000, 1000000, 204);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022249, 1000000, 205);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022017, 1000000, 206);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022001, 1000000, 207);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022069, 1000000, 208);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022086, 1000000, 209);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022247, 1000000, 210);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022106, 1000000, 211);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020013, 1000000, 212);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022038, 1000000, 213);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022052, 1000000, 214);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022006, 1000000, 215);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022050, 1000000, 216);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022030, 1000000, 217);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2010007, 1000000, 218);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022198, 1000000, 219);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20221*** 1000000, 220);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022224, 1000000, 221);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022225, 1000000, 222);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022226, 1000000, 223);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022227, 1000000, 224);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022228, 1000000, 225);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020000, 1000000, 226);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2012002, 1000000, 227);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022150, 1000000, 228);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022272, 1000000, 229);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022244, 1000000, 230);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022265, 1000000, 231);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022186, 1000000, 232);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022004, 1000000, 233);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022**** 1000000, 234);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022243, 1000000, 235);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022307, 1000000, 236);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022273, 1000000, 237);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022049, 1000000, 238);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020026, 1000000, 239);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020017, 1000000, 240);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022261, 1000000, 241);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022166, 1000000, 242);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022283, 1000000, 243);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022274, 1000000, 244);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022277, 1000000, 245);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022191, 1000000, 248);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022013, 1000000, 249);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022012, 1000000, 250);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022025, 1000000, 251);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022024, 1000000, 252);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022305, 1000000, 253);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022103, 1000000, 254);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022**** 1000000, 255);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022057, 1000000, 256);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022119, 1000000, 257);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022009, 1000000, 259);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022011, 1000000, 260);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022007, 1000000, 261);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022010, 1000000, 262);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022008, 1000000, 263);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022003, 1000000, 264);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022028, 1000000, 265);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022029, 1000000, 266);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022181, 1000000, 268);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020011, 1000000, 269);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022192, 1000000, 270);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20221*** 1000000, 271);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 20221*** 1000000, 272);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022200, 1000000, 273);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020020, 1000000, 274);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2020022, 1000000, 275);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022174, 1000000, 276);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022026, 1000000, 277);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022027, 1000000, 278);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022068, 1000000, 279);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5077, 2022065, 1000000, 280);

/* Scrolls */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040002, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040005, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040016, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040**** 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040**** 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040200, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040205, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040302, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040310, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040402, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040412, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040502, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040505, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040514, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040517, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040602, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040612, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040702, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040705, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040708, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040802, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040805, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040816, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040902, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040915, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040920, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041002, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041005, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041008, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041011, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041014, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041017, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041020, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041023, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043002, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043008, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043102, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043202, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043302, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043702, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043802, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044002, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044102, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044202, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044302, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044402, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044502, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044602, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044702, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2048002, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2048005, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040009, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040011, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040013, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040015, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040103, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040108, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040203, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040208, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040305, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040307, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040309, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040405, 1000000, 63);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040407, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040409, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040411, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040509, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040511, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040519, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040521, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040605, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040607, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040609, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040611, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040713, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040715, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040717, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040809, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040811, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040813, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040815, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040905, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040907, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040909, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040917, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040922, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041027, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041029, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041031, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041033, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041035, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041037, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041039, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041041, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043005, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043007, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043**** 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043205, 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043305, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043705, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043805, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044005, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044**** 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044205, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044305, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044405, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044505, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044605, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044705, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040001, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040004, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040017, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040**** 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040106, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040201, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040206, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040301, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040311, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040401, 1000000, 119);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040413, 1000000, 120);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040501, 1000000, 121);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040504, 1000000, 122);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040513, 1000000, 123);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040516, 1000000, 124);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040601, 1000000, 125);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040613, 1000000, 126);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040701, 1000000, 127);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040704, 1000000, 128);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040707, 1000000, 129);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040801, 1000000, 130);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040804, 1000000, 131);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040817, 1000000, 132);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040901, 1000000, 133);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040914, 1000000, 134);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040919, 1000000, 135);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041001, 1000000, 136);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041004, 1000000, 137);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041007, 1000000, 138);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041010, 1000000, 139);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041013, 1000000, 140);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041016, 1000000, 141);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041019, 1000000, 142);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041022, 1000000, 143);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043001, 1000000, 144);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043009, 1000000, 145);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043**** 1000000, 146);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043201, 1000000, 147);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043301, 1000000, 148);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043701, 1000000, 149);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043801, 1000000, 150);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044001, 1000000, 151);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044**** 1000000, 152);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044201, 1000000, 153);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044301, 1000000, 154);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044401, 1000000, 155);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044501, 1000000, 156);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044601, 1000000, 157);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044701, 1000000, 158);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2048001, 1000000, 159);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2048004, 1000000, 160);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040008, 1000000, 161);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040010, 1000000, 162);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040012, 1000000, 163);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040014, 1000000, 164);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040**** 1000000, 165);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040**** 1000000, 166);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040204, 1000000, 167);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040209, 1000000, 168);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040304, 1000000, 169);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040306, 1000000, 170);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040308, 1000000, 171);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040404, 1000000, 172);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040406, 1000000, 173);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040408, 1000000, 174);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040410, 1000000, 175);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040508, 1000000, 176);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040510, 1000000, 177);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040518, 1000000, 178);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040520, 1000000, 179);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040604, 1000000, 180);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040606, 1000000, 181);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040608, 1000000, 182);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040610, 1000000, 183);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040712, 1000000, 184);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040714, 1000000, 185);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040716, 1000000, 186);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040808, 1000000, 187);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040810, 1000000, 188);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040812, 1000000, 189);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040814, 1000000, 190);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040904, 1000000, 191);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040906, 1000000, 192);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040908, 1000000, 193);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040916, 1000000, 194);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040921, 1000000, 195);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041026, 1000000, 196);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041028, 1000000, 197);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041030, 1000000, 198);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 20410*** 1000000, 199);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041034, 1000000, 200);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041036, 1000000, 201);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041038, 1000000, 202);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041040, 1000000, 203);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043004, 1000000, 204);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043006, 1000000, 205);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043**** 1000000, 206);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043204, 1000000, 207);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043304, 1000000, 208);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043704, 1000000, 209);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043804, 1000000, 210);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044004, 1000000, 211);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044**** 1000000, 212);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044204, 1000000, 213);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044304, 1000000, 214);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044404, 1000000, 215);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044504, 1000000, 216);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044604, 1000000, 217);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044704, 1000000, 218);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2340000, 1000000, 219);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044508, 1000000, 220);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044708, 1000000, 221);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044608, 1000000, 222);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043308, 1000000, 223);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040315, 1000000, 224);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043108, 1000000, 225);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043208, 1000000, 226);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043013, 1000000, 227); 
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044408, 1000000, 228);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040912, 1000000, 229);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044308, 1000000, 230);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043808, 1000000, 231);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044108, 1000000, 232);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044208, 1000000, 233);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044008, 1000000, 234);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043708, 1000000, 235);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040525, 1000000, 236);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040616, 1000000, 237);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044507, 1000000, 238);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041055, 1000000, 239);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041053, 1000000, 240);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041057, 1000000, 241);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041043, 1000000, 242);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041047, 1000000, 243);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041049, 1000000, 244);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041051, 1000000, 245);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041045, 1000000, 246);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044707, 1000000, 247);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044607, 1000000, 248);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043307, 1000000, 249);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040314, 1000000, 250);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040822, 1000000, 251);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040020, 1000000, 252);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040820, 1000000, 253);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040022, 1000000, 255);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040721, 1000000, 256);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043107, 1000000, 257);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043207, 1000000, 258);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043012, 1000000, 259);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040523, 1000000, 260);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040527, 1000000, 261);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040529, 1000000, 262);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040911, 1000000, 263);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040719, 1000000, 264);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044307, 1000000, 265);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040723, 1000000, 266);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043807, 1000000, 267);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040416, 1000000, 268);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044107, 1000000, 269);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044207, 1000000, 270);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044007, 1000000, 271);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043707, 1000000, 272);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040524, 1000000, 273);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040615, 1000000, 274);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044506, 1000000, 275);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041054, 1000000, 276);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041052, 1000000, 277);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041056, 1000000, 278);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041042, 1000000, 279);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041046, 1000000, 280);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041048, 1000000, 281);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041050, 1000000, 282);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041044, 1000000, 283);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044706, 1000000, 284);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044606, 1000000, 285);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043306, 1000000, 286);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040313, 1000000, 287);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040821, 1000000, 288);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040819, 1000000, 289);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040019, 1000000, 290);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040021, 1000000, 291);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040720, 1000000, 292);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043106, 1000000, 293);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043206, 1000000, 294);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043011, 1000000, 295);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040522, 1000000, 296);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040526, 1000000, 297);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040528, 1000000, 298);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040910, 1000000, 299);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040718, 1000000, 300);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044306, 1000000, 301);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040722, 1000000, 302);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043806, 1000000, 303);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040415, 1000000, 304);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044106, 1000000, 305);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044206, 1000000, 306);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044006, 1000000, 307);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043706, 1000000, 308);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040603, 1000000, 309);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044503, 1000000, 310);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041024, 1000000, 311);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041025, 1000000, 312);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044703, 1000000, 313);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044603, 1000000, 314);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043303, 1000000, 315);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040807, 1000000, 316);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040806, 1000000, 317);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040006, 1000000, 318);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040007, 1000000, 319);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043103, 1000000, 320);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043203, 1000000, 321);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043003, 1000000, 322);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040506, 1000000, 323);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044403, 1000000, 324);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040903, 1000000, 325);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040709, 1000000, 326);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040710, 1000000, 327);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040711, 1000000, 328);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044303, 1000000, 329);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043803, 1000000, 330);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2040403, 1000000, 331);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044103, 1000000, 332);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044203, 1000000, 333);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2044003, 1000000, 334);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2043703, 1000000, 335);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5078, 2041200, 1000000, 336);

/* Summoning Sacks */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100017, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101043, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101044, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101045, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101046, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101047, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101048, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101049, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101057, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100000, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100014, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100016, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101050, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101051, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101052, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101053, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101054, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101055, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101056, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101020, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102000, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102001, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102002, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102003, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102004, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102005, 1000000, 25);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102006, 1000000, 26);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102007, 1000000, 27);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102008, 1000000, 28);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2102009, 1000000, 29);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101072, 1000000, 30);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101073, 1000000, 31);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101021, 1000000, 32);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101026, 1000000, 33);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101023, 1000000, 34);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101025, 1000000, 35);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101024, 1000000, 36);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100001, 1000000, 37);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100035, 1000000, 38);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100036, 1000000, 39);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100002, 1000000, 40);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100003, 1000000, 41);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100004, 1000000, 42);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100005, 1000000, 43);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100006, 1000000, 44);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100007, 1000000, 45);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100033, 1000000, 46);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100034, 1000000, 47);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101080, 1000000, 48);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101089, 1000000, 49);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101090, 1000000, 50);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101091, 1000000, 51);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101092, 1000000, 52);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101093, 1000000, 53);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101081, 1000000, 54);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101082, 1000000, 55);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101083, 1000000, 56);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101084, 1000000, 57);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101085, 1000000, 58);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101086, 1000000, 59);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101087, 1000000, 60);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101088, 1000000, 61);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101039, 1000000, 62);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100020, 1000000, 64);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100021, 1000000, 65);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100022, 1000000, 66);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100023, 1000000, 67);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100024, 1000000, 68);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100025, 1000000, 69);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100026, 1000000, 70);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100027, 1000000, 71);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101012, 1000000, 72);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101010, 1000000, 73);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101015, 1000000, 74);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101011, 1000000, 75);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101014, 1000000, 76);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101009, 1000000, 77);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100053, 1000000, 78);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100054, 1000000, 79);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100055, 1000000, 80);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100056, 1000000, 81);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100057, 1000000, 82);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100058, 1000000, 83);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100059, 1000000, 84);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101013, 1000000, 85);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100010, 1000000, 86);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100043, 1000000, 87);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100012, 1000000, 88);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100015, 1000000, 89);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101001, 1000000, 90);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100013, 1000000, 91);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101008, 1000000, 92);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100044, 1000000, 93);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100029, 1000000, 94);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100030, 1000000, 95);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100011, 1000000, 96);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100031, 1000000, 97);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 21000*** 1000000, 98);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100041, 1000000, 99);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100047, 1000000, 100);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100051, 1000000, 101);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100046, 1000000, 102);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100045, 1000000, 103);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100050, 1000000, 104);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100049, 1000000, 105);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100048, 1000000, 106);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101007, 1000000, 107);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101000, 1000000, 108);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100009, 1000000, 109);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100042, 1000000, 110);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101004, 1000000, 111);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101005, 1000000, 112);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101006, 1000000, 113);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100008, 1000000, 114);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100028, 1000000, 115);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101002, 1000000, 116);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2101003, 1000000, 117);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100018, 1000000, 118);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5079, 2100019, 1000000, 119);

/* Chairs */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010004, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010005, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010015, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010011, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010001, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010002, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010003, 1000000, 7);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010006, 1000000, 8);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010007, 1000000, 9);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010008, 1000000, 10);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010010, 1000000, 11);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010009, 1000000, 12);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010012, 1000000, 13);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010014, 1000000, 14);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010013, 1000000, 15);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010018, 1000000, 16);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010019, 1000000, 17);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010022, 1000000, 18);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010023, 1000000, 19);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010024, 1000000, 20);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010025, 1000000, 21);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010026, 1000000, 22);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010040, 1000000, 23);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3010041, 1000000, 24);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5080, 3011000, 1000000, 25);

/* Taming Mobs & Mounts */
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1912000, 1000000, 0);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1902000, 1000000, 1);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1902001, 1000000, 2);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1902002, 1000000, 3);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1902008, 1000000, 4);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1902009, 1000000, 5);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1912003, 1000000, 6);
INSERT INTO `shopitems` (`shopid`, `itemid`, price, `position`) VALUES (5081, 1912004, 1000000, 7);
 
Last edited:
Re: [Release] All In One Shop

Um good job and all but do I have to keep credits if i took out all its function to become another npc?(pot shop only :P)
 
Re: [Release] All In One Shop

Um good job and all but do I have to keep credits if i took out all its function to become another npc?(pot shop only :P)

what do you mean? you only want it to be a pot shop and thats it? you wouldn't need this NPC then.

PHP:
function start() {
cm.openShop(SHOPID);
cm.dispose();
}

use the sql to add the potions and things, then put that shopID in where it says shopID. and no, i guess you wouldn't have to give credits if you only use it for a pot shop, nothing else o.0 although this NPC still wouldn't work for that because it's cm.openShop(5000+selection); o.0 how bout this. if you use it to be more than one shop, yes, please give credits. but if you use it for one shop only, then dw about it? sound good? lol had me slightly confused there.
 
Status
Not open for further replies.
Back