DB/Gossip: Mor'zul Bloodbringer

Closes #20475
This commit is contained in:
Wyreth
2017-09-30 16:03:28 +02:00
committed by Aokromes
parent add778d6b4
commit 2dd77dd425

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