mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/GossipMenu: Remove some custom gossips
This commit is contained in:
6
sql/updates/world/3.3.5/2020_01_03_03_world.sql
Normal file
6
sql/updates/world/3.3.5/2020_01_03_03_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user