DB/Gossip: Mor'zul Bloodbringer

Closes #20475

(cherry picked from commit b700bcdf72)
This commit is contained in:
Wyreth
2017-09-30 16:03:28 +02:00
committed by Shauren
parent ea9e412943
commit 2e69b27bd9

View File

@@ -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);