Skip to content

Commit

Permalink
DB/Gossips: Remove outdated custom gossips
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Jan 2, 2020
1 parent e4be992 commit 8c29c99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sql/updates/world/3.3.5/2020_01_02_01_world.sql
@@ -0,0 +1,10 @@
--
UPDATE `creature_template` SET `gossip_menu_id`=181 WHERE `entry`=6586;
DELETE FROM `gossip_menu` WHERE `MenuID`=21200 AND `TextID`=522;
DELETE FROM `gossip_menu` WHERE `MenuID`=21201 AND `TextID`=539;
DELETE FROM `gossip_menu` WHERE `MenuID`=21202 AND `TextID`=559;
DELETE FROM `gossip_menu` WHERE `MenuID`=21203 AND `TextID`=563;
DELETE FROM `gossip_menu` WHERE `MenuID`=21204 AND `TextID`=581;
DELETE FROM `gossip_menu` WHERE `MenuID`=21205 AND `TextID`=623;
DELETE FROM `gossip_menu` WHERE `MenuID`=21206 AND `TextID`=638;
DELETE FROM `gossip_menu` WHERE `MenuID`=21207 AND `TextID`=678;

0 comments on commit 8c29c99

Please sign in to comment.