From 2e69b27bd971013cb3e8a318dbd83f397447a520 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sat, 30 Sep 2017 16:03:28 +0200 Subject: DB/Gossip: Mor'zul Bloodbringer Closes #20475 (cherry picked from commit b700bcdf72d873ade85b793ee34c5a72b7127427) --- .../world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql (limited to 'sql/updates') 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); -- cgit v1.2.3