aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2016_11_26_03_world.sql9
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
+--