DB/Gossip:Mack Diver
Closes #20467 (cherry picked from commit 860e01eb28519238017f7451e343b462d62c46d4)
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