Skip to content

Commit

Permalink
DB/GossipMenu: Remove some custom gossips
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Jan 3, 2020
1 parent 87e1f73 commit 739383b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/updates/world/3.3.5/2020_01_03_03_world.sql
@@ -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);

0 comments on commit 739383b

Please sign in to comment.