mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GossipMenu: Remove some custom gossips
(cherry picked from commit 739383b52e)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user