mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Gossip:Mack Diver
Closes #20467
(cherry picked from commit 860e01eb28)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
SET @MENUID := 7513;
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=@MENUID WHERE `entry`=17637;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=@MENUID;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(@MENUID, 9110, 0);
|
||||
Reference in New Issue
Block a user