diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 16:03:28 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-30 16:03:28 +0200 |
| commit | b700bcdf72d873ade85b793ee34c5a72b7127427 (patch) | |
| tree | eaef717540f0eea2db34b5b1c2c6082890b629f2 | |
| parent | 9e1885c0038379230735055ac5619cea086cf268 (diff) | |
DB/Gossip: Mor'zul Bloodbringer
Closes #20475
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_30_08_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_30_08_world_335.sql b/sql/updates/world/3.3.5/2017_09_30_08_world_335.sql new file mode 100644 index 00000000000..e1a56bb673d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_30_08_world_335.sql @@ -0,0 +1,6 @@ +-- +SET @MENUID := 5817; +UPDATE `creature_template` SET `gossip_menu_id`=@MENUID WHERE `entry`=14436; +DELETE FROM `gossip_menu` WHERE `MenuID`=@MENUID; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(@MENUID, 6990, 0); |
