diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_12_22_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |