- Joined
- Aug 28, 2008
- Messages
- 7
- Reaction score
- 0
Hi Everyone!
I'm new to this Forum but I've been working with Odin Sources for quiet some time now.
I wanted my first post to be a Release, so here it is!
I made an Ultimate NPC shop. The Shop NPC is Spiegelman (ID: 2042001).
This Shop sells every Equip for each class (Including Maple Weapons etc.), as well as all Potions, Quest Items (Piece of Cracked Dimension, Eye of Fire) and many more :jump1:!
Hope you enjoy it!
Run this in your MySQL database. It already has an entry for the NPC so you don't have to add it in manually!
I'm new to this Forum but I've been working with Odin Sources for quiet some time now.
I wanted my first post to be a Release, so here it is!
I made an Ultimate NPC shop. The Shop NPC is Spiegelman (ID: 2042001).
This Shop sells every Equip for each class (Including Maple Weapons etc.), as well as all Potions, Quest Items (Piece of Cracked Dimension, Eye of Fire) and many more :jump1:!
Hope you enjoy it!
Run this in your MySQL database. It already has an entry for the NPC so you don't have to add it in manually!
Code:
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452009, 10000000, 0);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452010, 10000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452011, 10000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452052, 10000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452012, 10000000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452013, 10000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452014, 10000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452015, 10000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452056, 10000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452017, 10000000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452025, 10000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452026, 10000000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452019, 10000000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452020, 10000000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452021, 10000000, 14);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452044, 100000000, 15);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452016, 10000000, 16);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452022, 10000000, 17);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452045, 10000000, 18);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1452018, 10000000, 19);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002286, 10000000, 20);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002287, 10000000, 21);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002288, 10000000, 22);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002289, 10000000, 23);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002275, 10000000, 24);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002276, 10000000, 25);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002277, 10000000, 26);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002278, 10000000, 27);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002402, 10000000, 28);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002403, 10000000, 29);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002404, 10000000, 30);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002405, 10000000, 31);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002406, 10000000, 32);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002407, 10000000, 33);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002408, 10000000, 34);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002547, 10000000, 35);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050061, 10000000, 36);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050062, 10000000, 37);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050063, 10000000, 38);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050064, 10000000, 39);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051062, 10000000, 40);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051063, 10000000, 41);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051064, 10000000, 42);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051065, 10000000, 43);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050075, 10000000, 44);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050076, 10000000, 45);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050077, 10000000, 46);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050078, 10000000, 47);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051066, 10000000, 48);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051067, 10000000, 49);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051068, 10000000, 50);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051069, 10000000, 51);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050088, 10000000, 52);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050089, 10000000, 53);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050090, 10000000, 54);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050091, 10000000, 55);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051082, 10000000, 56);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051083, 10000000, 57);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051084, 10000000, 58);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051085, 10000000, 59);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050106, 10000000, 60);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050107, 10000000, 61);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050108, 10000000, 62);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051105, 10000000, 63);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051106, 10000000, 64);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051107, 10000000, 65);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1052071, 100000000, 66);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462009, 10000000, 67);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462046, 10000000, 68);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462010, 10000000, 69);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462011, 10000000, 70);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462012, 10000000, 71);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462013, 10000000, 72);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462049, 10000000, 73);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462018, 10000000, 74);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462021, 10000000, 75);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462022, 10000000, 76);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462015, 10000000, 77);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462016, 10000000, 78);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462017, 10000000, 79);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462039, 100000000, 80);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462014, 10000000, 81);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462019, 10000000, 82);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1462040, 10000000, 83);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372017, 10000000, 84);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372008, 10000000, 85);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372034, 10000000, 86);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372015, 10000000, 87);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372016, 10000000, 88);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372009, 10000000, 89);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372010, 10000000, 90);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1372032, 100000000, 91);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382009, 10000000, 92);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382012, 10000000, 93);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382041, 10000000, 94);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382039, 10000000, 95);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382053, 10000000, 96);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382056, 10000000, 97);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382008, 10000000, 98);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382016, 10000000, 99);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382035, 10000000, 100);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382037, 10000000, 101);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1382036, 100000000, 102);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002252, 10000000, 103);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002253, 10000000, 104);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002254, 10000000, 105);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002271, 10000000, 106);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002272, 10000000, 107);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002273, 10000000, 108);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002274, 10000000, 109);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002363, 10000000, 110);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002364, 10000000, 111);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002365, 10000000, 112);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002366, 10000000, 113);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002398, 10000000, 114);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002399, 10000000, 115);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002400, 10000000, 116);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002401, 10000000, 117);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082098, 10000000, 118);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082099, 10000000, 119);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082100, 10000000, 120);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082121, 10000000, 121);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082122, 10000000, 122);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082123, 10000000, 123);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082131, 10000000, 124);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082132, 10000000, 125);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082133, 10000000, 126);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082134, 10000000, 127);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082151, 10000000, 128);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082152, 10000000, 129);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082153, 10000000, 130);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082154, 10000000, 131);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082164, 100000000, 132);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092021, 10000000, 133);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092029, 10000000, 134);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092045, 100000000, 135);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050067, 10000000, 136);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050068, 10000000, 137);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050069, 10000000, 138);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050070, 10000000, 139);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051052, 10000000, 140);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051053, 10000000, 141);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051054, 10000000, 142);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051055, 10000000, 143);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050072, 10000000, 144);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050073, 10000000, 145);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050074, 10000000, 146);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051056, 10000000, 147);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051057, 10000000, 148);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051058, 10000000, 149);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050092, 10000000, 150);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050093, 10000000, 151);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050094, 10000000, 152);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050095, 10000000, 153);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051094, 10000000, 154);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051095, 10000000, 155);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051096, 10000000, 156);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051097, 10000000, 157);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050102, 10000000, 158);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050103, 10000000, 159);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050104, 10000000, 160);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050105, 10000000, 161);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051101, 10000000, 162);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051102, 10000000, 163);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051103, 10000000, 164);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051104, 10000000, 165);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1052076, 100000000, 166);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072157, 10000000, 167);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072158, 10000000, 168);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072159, 10000000, 169);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072160, 10000000, 170);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072178, 10000000, 172);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072179, 10000000, 173);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072206, 10000000, 174);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072207, 10000000, 175);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072208, 10000000, 176);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072209, 10000000, 177);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072223, 10000000, 178);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072224, 10000000, 179);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072225, 10000000, 180);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072226, 10000000, 181);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072268, 100000000, 182);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472030, 10000000, 183);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472032, 10000000, 184);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472054, 10000000, 185);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472055, 10000000, 186);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472026, 10000000, 187);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472027, 10000000, 188);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472028, 10000000, 189);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472029, 10000000, 190);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472062, 10000000, 191);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472031, 10000000, 192);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472067, 10000000, 193);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472033, 10000000, 194);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472053, 10000000, 195);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472051, 100000000, 196);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1472052, 100000000, 197);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332020, 10000000, 198);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332021, 10000000, 199);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332025, 10000000, 200);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332054, 10000000, 201);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332029, 10000000, 202);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332024, 10000000, 203);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332055, 10000000, 204);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332056, 10000000, 205);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332030, 10000000, 206);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332018, 10000000, 207);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332019, 10000000, 208);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332064, 10000000, 209);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332065, 10000000, 210);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332053, 10000000, 211);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332022, 10000000, 212);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332023, 10000000, 213);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332069, 10000000, 214);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332072, 10000000, 215);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332026, 10000000, 216);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332027, 10000000, 217);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332051, 10000000, 218);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332052, 10000000, 219);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332049, 100000000, 220);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1332050, 100000000, 221);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060093, 10000000, 222);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060094, 10000000, 223);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060095, 10000000, 224);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061099, 10000000, 225);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061100, 10000000, 226);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061101, 10000000, 227);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061102, 10000000, 228);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060097, 10000000, 229);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060098, 10000000, 230);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060099, 10000000, 231);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061104, 10000000, 232);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061105, 10000000, 233);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061106, 10000000, 234);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060104, 10000000, 235);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060105, 10000000, 236);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060106, 10000000, 237);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060107, 10000000, 238);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061114, 10000000, 239);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061115, 10000000, 240);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061116, 10000000, 241);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061117, 10000000, 242);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002247, 10000000, 243);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002248, 10000000, 244);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002249, 10000000, 245);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002656, 10000000, 246);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002281, 10000000, 247);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002282, 10000000, 248);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002283, 10000000, 249);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002284, 10000000, 250);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002285, 10000000, 251);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002327, 10000000, 252);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002328, 10000000, 253);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002329, 10000000, 254);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002330, 10000000, 255);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002323, 10000000, 256);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002324, 10000000, 257);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002325, 10000000, 258);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002326, 10000000, 259);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002380, 10000000, 260);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002381, 10000000, 261);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002382, 10000000, 262);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002383, 10000000, 263);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002550, 100000000, 264);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092018, 10000000, 265);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092019, 10000000, 266);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092020, 10000000, 267);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092047, 10000000, 268);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092050, 10000000, 269);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092049, 100000000, 270);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1052152, 10000000, 271);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050096, 10000000, 272);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050097, 10000000, 273);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050098, 10000000, 274);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050099, 10000000, 275);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051090, 10000000, 276);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051091, 10000000, 277);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051092, 10000000, 278);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051093, 10000000, 279);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1052072, 100000000, 280);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040105, 10000000, 281);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040106, 10000000, 282);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040107, 10000000, 283);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041100, 10000000, 284);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041101, 10000000, 285);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041102, 10000000, 286);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041103, 10000000, 287);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040108, 10000000, 288);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040109, 10000000, 289);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040110, 10000000, 290);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041105, 10000000, 291);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041106, 10000000, 292);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041107, 10000000, 293);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040115, 10000000, 294);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040116, 10000000, 295);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040117, 10000000, 296);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040118, 10000000, 297);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041115, 10000000, 298);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041116, 10000000, 299);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041117, 10000000, 300);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041118, 10000000, 301);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312002, 10000000, 302);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312033, 10000000, 303);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312012, 10000000, 304);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312014, 10000000, 305);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312032, 10000000, 306);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312011, 10000000, 307);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312015, 10000000, 308);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312030, 10000000, 309);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1312031, 100000000, 310);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412011, 10000000, 311);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412027, 10000000, 312);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412008, 10000000, 313);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412032, 10000000, 314);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412009, 10000000, 315);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412010, 10000000, 316);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412021, 10000000, 317);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1412026, 100000000, 318);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322051, 10000000, 319);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322022, 10000000, 320);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322003, 10000000, 321);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322027, 10000000, 322);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322024, 10000000, 323);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322025, 10000000, 324);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322054, 10000000, 325);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322033, 10000000, 326);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322019, 10000000, 327);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322026, 10000000, 328);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322059, 10000000, 329);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322020, 10000000, 330);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322028, 10000000, 331);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322029, 10000000, 332);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322045, 10000000, 333);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1322052, 100000000, 334);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422011, 10000000, 335);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422014, 10000000, 336);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422036, 10000000, 337);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422029, 10000000, 338);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422010, 10000000, 339);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422012, 10000000, 340);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422013, 10000000, 341);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422027, 10000000, 342);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1422028, 100000000, 343);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302036, 10000000, 344);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302057, 10000000, 345);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302067, 10000000, 346);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302027, 10000000, 347);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302001, 10000000, 348);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302022, 10000000, 349);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302028, 10000000, 350);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302080, 10000000, 351);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302058, 10000000, 352);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302066, 10000000, 353);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302020, 10000000, 354);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302063, 10000000, 355);
DELETE FROM characters;
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302016, 10000000, 356);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302029, 10000000, 357);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302030, 10000000, 358);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302025, 10000000, 359);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302037, 10000000, 360);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302064, 10000000, 361);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302012, 10000000, 362);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302026, 10000000, 363);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302079, 10000000, 364);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302018, 10000000, 365);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302023, 10000000, 366);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302056, 10000000, 367);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1302059, 100000000, 368);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402014, 10000000, 369);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402044, 10000000, 370);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402029, 10000000, 371);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402013, 10000000, 372);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402039, 10000000, 373);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402017, 10000000, 374);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402012, 10000000, 375);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402004, 10000000, 376);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402015, 10000000, 377);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402005, 10000000, 378);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402016, 10000000, 379);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402035, 10000000, 380);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402037, 100000000, 381);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1402036, 100000000, 382);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432009, 10000000, 383);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432014, 10000000, 384);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432013, 10000000, 385);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432046, 10000000, 386);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432016, 10000000, 387);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432012, 10000000, 388);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432039, 10000000, 389);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432017, 10000000, 390);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432040, 10000000, 391);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432007, 10000000, 392);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432045, 10000000, 393);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432010, 10000000, 394);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432018, 100000000, 395);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432011, 10000000, 396);
DELETE FROM accounts;
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1432038, 100000000, 398);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442021, 10000000, 399);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442029, 10000000, 400);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442054, 10000000, 401);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442018, 100000000, 402);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442061, 10000000, 403);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442023, 3000000, 404);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442024, 10000000, 405);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442028, 10000000, 406);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442055, 10000000, 407);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442025, 10000000, 408);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442046, 100000000, 409);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442027, 10000000, 410);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442056, 10000000, 411);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442051, 10000000, 412);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442022, 10000000, 413);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442008, 10000000, 414);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442030, 10000000, 415);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442060, 10000000, 416);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442019, 10000000, 417);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442020, 10000000, 418);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442026, 10000000, 419);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442057, 10000000, 420);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442044, 10000000, 421);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442045, 100000000, 422);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1442002, 200000000, 423);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060090, 10000000, 424);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060091, 10000000, 425);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060092, 10000000, 426);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061096, 10000000, 427);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061097, 10000000, 428);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061098, 10000000, 429);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060100, 10000000, 430);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060101, 10000000, 431);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060102, 10000000, 432);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061118, 10000000, 433);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061119, 10000000, 434);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061120, 10000000, 435);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060109, 10000000, 436);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060110, 10000000, 437);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1060111, 10000000, 438);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061121, 10000000, 439);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061122, 10000000, 440);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1061123, 10000000, 441);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002030, 10000000, 442);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002094, 10000000, 443);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002095, 10000000, 444);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002338, 10000000, 445);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002339, 10000000, 446);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002340, 10000000, 447);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002528, 10000000, 448);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002529, 10000000, 449);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002530, 10000000, 450);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002531, 10000000, 451);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002532, 10000000, 452);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002377, 10000000, 453);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002378, 10000000, 454);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002379, 10000000, 455);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002551, 100000000, 456);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050080, 10000000, 457);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050081, 10000000, 458);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050082, 10000000, 459);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050083, 10000000, 460);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051077, 10000000, 461);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051078, 10000000, 462);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051079, 10000000, 463);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051080, 10000000, 464);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1052075, 500000000, 465);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040102, 10000000, 466);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040103, 10000000, 467);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040104, 10000000, 468);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041097, 10000000, 469);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041098, 10000000, 470);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041099, 10000000, 471);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040111, 10000000, 472);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040112, 10000000, 473);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040113, 10000000, 474);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041119, 10000000, 475);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041120, 10000000, 476);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041121, 10000000, 477);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040120, 100000000, 478);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040121, 100000000, 479);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1040122, 100000000, 480);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041122, 100000000, 481);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041123, 100000000, 482);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1041124, 100000000, 483);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1102165, 1000000000, 484);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1102040, 10000000, 485);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1102145, 10000000, 488);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1102085, 10000000, 490);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082002, 10000000, 492);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082145, 10000000, 493);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082146, 10000000, 494);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082147, 10000000, 495);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082148, 10000000, 496);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082149, 100000000, 497);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082150, 10000000, 498);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082174, 10000000, 499);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1082228, 10000000, 500);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002419, 1000000, 502);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002508, 1000000, 503);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002515, 1000000, 504);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002516, 1000000, 505);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002517, 1000000, 506);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002518, 10000000, 507);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002553, 1000000, 508);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002600, 1000000, 509);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002601, 1000000, 510);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002602, 10000000, 511);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002603, 1000000, 512);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002509, 1000000, 513);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002080, 10000000, 514);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002081, 10000000, 515);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002082, 10000000, 516);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002083, 10000000, 517);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002391, 10000000, 518);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002392, 10000000, 519);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002393, 10000000, 520);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002394, 10000000, 521);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002395, 10000000, 522);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002452, 10000000, 523);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002453, 10000000, 524);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002492, 10000000, 525);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002584, 10000000, 526);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002585, 10000000, 527);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002586, 10000000, 528);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002587, 10000000, 529);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002026, 10000000, 530);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002089, 10000000, 531);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002090, 10000000, 532);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002441, 10000000, 533);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002455, 10000000, 534);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002390, 100000000, 536);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002430, 300000000, 535);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002676, 10000000, 537);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002471, 10000000, 538);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002554, 10000000, 539);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002571, 10000000, 540);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002483, 10000000, 541);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002511, 10000000, 542);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002572, 25000000, 543);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1002574, 150000000, 545);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050100, 10000000, 546);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050127, 10000000, 547);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051098, 10000000, 548);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051140, 10000000, 549);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1050018, 10000000, 550);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1051017, 10000000, 551);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092030, 10000000, 552);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092052, 10000000, 553);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092022, 10000000, 554);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1092035, 10000000, 555);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072261, 10000000, 556);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072262, 10000000, 557);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072263, 10000000, 558);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072264, 10000000, 559);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072239, 100000000, 560);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1072238, 10000000, 561);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012011, 10000000, 562);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012012, 10000000, 563);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012013, 10000000, 564);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012014, 10000000, 565);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012015, 10000000, 566);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012016, 10000000, 567);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012017, 10000000, 568);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012018, 10000000, 569);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012019, 10000000, 570);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012020, 10000000, 571);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1122007, 10000000, 572);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012058, 100000000, 573);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012059, 100000000, 574);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012060, 100000000, 575);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012061, 100000000, 576);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012071, 500000000, 577);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012072, 100000000, 578);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1012073, 100000000, 579);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032047, 10000000, 581);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032040, 10000000, 582);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032025, 10000000, 583);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032032, 10000000, 584);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032028, 100000000, 585);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032050, 10000000, 586);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032027, 100000000, 587);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032030, 100000000, 589);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(6000, 1032031, 100000000, 590);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(6000, 2042001);