INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000000, 50, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000001, 160, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000002, 320, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000006, 450, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002000, 500, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002001, 500, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002002, 500, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002004, 500, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002005, 500, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001000, 2500, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001001, 3200, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001002, 2300, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010000, 25, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010002, 45, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010001, 70, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010003, 75, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010004, 160, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020012, 5600, 18);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020013, 4500, 19);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020014, 5600, 20);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020015, 8100, 21);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2030000, 500, 22);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2060000, 1, 23);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2061000, 1, 24);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2061003, 10, 25);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2060001, 10, 26);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2070000, 500, 27);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1021, 2080001);