Add missing equips in Singapore shops

This commit is contained in:
P0nk
2025-07-06 17:36:01 +02:00
parent f240c7e98b
commit 8ceb60329d
2 changed files with 9 additions and 12 deletions

View File

@@ -302,15 +302,3 @@ INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALU
(1301000, 2000002, 320, 0, 164),
(1301000, 2000001, 160, 0, 168),
(1301000, 2000000, 50, 0, 172);
# adding missing pirate items at Singapore npc's
INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
(9270019, 1492006, 160000, 0, 80),
(9270019, 1492005, 100000, 0, 84),
(9270019, 1492004, 75000, 0, 88),
(9270019, 1482006, 150000, 0, 92),
(9270019, 1482005, 100000, 0, 96),
(9270019, 1482004, 75000, 0, 100),
(9270020, 1052113, 120000, 0, 92),
(9270020, 1052110, 100000, 0, 96),
(9270020, 1002625, 75000, 0, 100);

View File

@@ -2747,6 +2747,12 @@ VALUES (11000, 1332005, 500, 0, 104),
(9201060, 2000002, 320, 0, 240),
(9201060, 2000001, 160, 0, 244),
(9201060, 2000000, 50, 0, 248),
(9270019, 1492006, 160000, 0, 80),
(9270019, 1492005, 100000, 0, 84),
(9270019, 1492004, 75000, 0, 88),
(9270019, 1482006, 150000, 0, 92),
(9270019, 1482005, 100000, 0, 96),
(9270019, 1482004, 75000, 0, 100),
(9270019, 1472007, 60000, 0, 104),
(9270019, 1472004, 30000, 0, 108),
(9270019, 1472001, 20000, 0, 112),
@@ -2789,6 +2795,9 @@ VALUES (11000, 1332005, 500, 0, 104),
(9270019, 1302009, 225000, 0, 260),
(9270019, 1302004, 100000, 0, 264),
(9270019, 1302008, 40000, 0, 268),
(9270020, 1052113, 120000, 0, 92),
(9270020, 1052110, 100000, 0, 96),
(9270020, 1002625, 75000, 0, 100),
(9270020, 1061069, 160000, 0, 104),
(9270020, 1061070, 160000, 0, 108),
(9270020, 1060072, 160000, 0, 112),