Code:
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(5321, 2050018);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1332077, 1000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1332078, 1000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1332079, 1000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1332080, 1000000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1402048, 1000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1402049, 1000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1402050, 1000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1402051, 1000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1462052, 1000000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1462053, 1000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1462054, 1000000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1462055, 1000000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1472072, 1000000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1472073, 1000000, 14);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1472074, 1000000, 15);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(5321, 1472075, 1000000, 16);