From 83e436bbd2e39314c308532a0ac02a51d2b3308b Mon Sep 17 00:00:00 2001 From: pleb Date: Thu, 27 Jul 2023 09:03:39 -0500 Subject: [PATCH] Changes an incorrect Orange Potion ID to the correct one Thorr in Mushroom Kingdom sold an untradable "Orange Potion for Beginners" instead of a "Orange Potion". This fixes that. --- database/sql/3-db_shopupdate.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/sql/3-db_shopupdate.sql b/database/sql/3-db_shopupdate.sql index 57f37dda51..f11b84e1cd 100644 --- a/database/sql/3-db_shopupdate.sql +++ b/database/sql/3-db_shopupdate.sql @@ -335,7 +335,7 @@ INSERT INTO `shopitems` ( `shopid`, `itemid`, `price`, `pitch`, `position`) VALU (1301000, 2000006, 620, 0, 156), (1301000, 2000003, 200, 0, 160), (1301000, 2000002, 320, 0, 164), - (1301000, 2000015, 160, 0, 168), + (1301000, 2000001, 160, 0, 168), (1301000, 2000000, 50, 0, 172); # adding missing pirate items at Singapore npc's