From 438ffd996f2377bd5f39ac7a181c4b6250a3a084 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 11 Jul 2025 01:17:27 +0200 Subject: [PATCH] Update si.sql --- sql/world/base/si.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/sql/world/base/si.sql b/sql/world/base/si.sql index c646309..423133b 100644 --- a/sql/world/base/si.sql +++ b/sql/world/base/si.sql @@ -10,9 +10,6 @@ DELETE FROM `game_event_npc_vendor` WHERE `eventEntry` = 17; DELETE FROM `game_event` WHERE `eventEntry` = 17; /* Friendship Bread and Freshly-Squeezed Lemonade */ --- Making these NPCs vendors, they will appear after the Naxx phase started. --- Before Naxx they will be replaced with copies that do not sell these items. - DELETE FROM `npc_vendor` WHERE `entry` IN (2482, 3044, 4165, 5173, 5698, 15006) AND `item` IN (23160, 23161); INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES (2482, 0, 23160, 0, 0, 0, 0), -- Zarena Cromwind