From c9b40ed3ec554186a0d4b24d08f72b79c8574f22 Mon Sep 17 00:00:00 2001 From: Ovahlord <18347559+ovahlord@users.noreply.github.com> Date: Sun, 16 Aug 2026 19:30:38 +0200 Subject: [PATCH] DB/Creature: added missing vendor data to Jahi --- .../master/2026_08_27_01_world_2026_08_16_02_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2026_08_27_01_world_2026_08_16_02_world.sql diff --git a/sql/updates/world/master/2026_08_27_01_world_2026_08_16_02_world.sql b/sql/updates/world/master/2026_08_27_01_world_2026_08_16_02_world.sql new file mode 100644 index 0000000000..f07a19d232 --- /dev/null +++ b/sql/updates/world/master/2026_08_27_01_world_2026_08_16_02_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `npc_vendor` WHERE `entry`= 48884; +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(48884, 5, 4470, 0, 0, 1, 0, 0, 54737), -- 4470 +(48884, 4, 60335, 0, 0, 1, 0, 0, 54737), -- 60335 +(48884, 3, 58275, 0, 0, 1, 0, 0, 54737), -- 58275 +(48884, 2, 58274, 0, 0, 1, 0, 0, 54737), -- 58274 +(48884, 1, 159, 0, 0, 1, 0, 0, 54737); -- 159