diff options
| author | illfated <illfated@users.noreply.github.com> | 2019-12-22 13:49:05 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-12-22 13:49:05 +0100 |
| commit | 743414959bdf410f732ed354c4372b0dc16dcb42 (patch) | |
| tree | 3e1cc8c380530e9891d573fd3a0900ddc8e16630 | |
| parent | 76d404013a6fb480fb410bf65222800f78550be2 (diff) | |
DB/Vendor: Shadi Mistrunner
Closes #23987
| -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); |
