From 056b0923cb3fdfe141af382a821c32976896cf3a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 26 Nov 2016 04:02:35 +0100 Subject: DB/Vendor: Darnassus Quartermaster - no dialog Closes #18238 by Keldo --- sql/updates/world/master/2016_11_26_03_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2016_11_26_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2016_11_26_03_world.sql b/sql/updates/world/master/2016_11_26_03_world.sql new file mode 100644 index 00000000000..afa7ce7387c --- /dev/null +++ b/sql/updates/world/master/2016_11_26_03_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `npc_vendor` WHERE `entry`=50305 AND `slot` IN (1,2,3,4,5); +INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `type`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES +(50305, 1, 67526, 0, 0, 0, 1, 0, 0, 0), -- Darnassian Satchel +(50305, 2, 64886, 0, 0, 0, 1, 0, 0, 0), -- Shroud of Darnassus +(50305, 3, 64887, 0, 0, 0, 1, 0, 0, 0), -- Cape of Darnassus +(50305, 4, 64888, 0, 0, 0, 1, 0, 0, 0), -- Mantle of Darnassus +(50305, 5, 45579, 0, 0, 0, 1, 0, 0, 0); -- Darnassus Tabard +-- -- cgit v1.2.3