From 743414959bdf410f732ed354c4372b0dc16dcb42 Mon Sep 17 00:00:00 2001 From: illfated Date: Sun, 22 Dec 2019 13:49:05 +0100 Subject: DB/Vendor: Shadi Mistrunner Closes #23987 --- sql/updates/world/3.3.5/2019_12_22_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_22_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_12_22_00_world_335.sql b/sql/updates/world/3.3.5/2019_12_22_00_world_335.sql new file mode 100644 index 00000000000..1a8767a95d8 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_22_00_world_335.sql @@ -0,0 +1,4 @@ +-- Shadi Mistrunner - selling Shiny Bauble (item 6529) +DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 6529; +INSERT INTO `npc_vendor` (`entry`,`slot`,`item`,`maxcount`,`incrtime`,`ExtendedCost`,`VerifiedBuild`) VALUES +(8363, 0, 6529, 0, 0, 0, 0); -- cgit v1.2.3