INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1382011, 2000000, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1332024, 2000000, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7112, 1302022, 2000000, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1302021, 2000000, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1462006, 500000, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1472008, 250000, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1402010, 2000000, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1432008, 2000000, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1402009, 2000000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1322012, 2000000, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 1312013, 2000000, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (7111, 2070000, 500, 12);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(7111,9120000 );