diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-11-26 04:02:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-26 04:02:35 +0100 |
| commit | 056b0923cb3fdfe141af382a821c32976896cf3a (patch) | |
| tree | efca802cdeff7ec093a9046b1514913204942716 | |
| parent | b4f92a253234e8933479e815bea2a29ef52ff02f (diff) | |
DB/Vendor: Darnassus Quartermaster - no dialog
Closes #18238 by Keldo
| -rw-r--r-- | sql/updates/world/master/2016_11_26_03_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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 +-- |
