mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Gossip: Mor'zul Bloodbringer
Closes #20475
(cherry picked from commit b700bcdf72)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user