DB/GossipMenu: Remove some custom gossips

(cherry picked from commit 739383b52e)
This commit is contained in:
Killyana
2020-01-03 19:54:55 +01:00
committed by Shauren
parent 07046d0cf0
commit a8e4b66c99

View File

@@ -0,0 +1,6 @@
--
UPDATE `creature_template` SET `gossip_menu_id`=522 WHERE `entry` IN (3402);
DELETE FROM `gossip_menu` WHERE `MenuID` IN (21216,21220,21219) AND `TextID` IN (907,1041,1039);
DELETE FROM `gossip_menu` WHERE `MenuID` IN (522) AND `TextID` IN (1039);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
(522,1039);