aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-09-30 16:03:28 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-13 18:45:30 +0200
commit2e69b27bd971013cb3e8a318dbd83f397447a520 (patch)
treef4328af52bcd48169409a0d21cee80f93b775e82
parentea9e412943d7708d6f44d62008205116aefa7e0e (diff)
DB/Gossip: Mor'zul Bloodbringer
Closes #20475 (cherry picked from commit b700bcdf72d873ade85b793ee34c5a72b7127427)
-rw-r--r--sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql b/sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql
new file mode 100644
index 00000000000..e1a56bb673d
--- /dev/null
+++ b/sql/updates/world/master/2020_09_13_15_world_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);