Skip to content

Commit

Permalink
DB/Gossips: Remove a custom gossip from some Innkeepers
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Jan 3, 2020
1 parent 10ba39e commit 87e1f73
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_02_world.sql
@@ -0,0 +1,6 @@
--
UPDATE `creature_template` SET `gossip_menu_id`=344 WHERE `entry` IN (11106,6746,9501,7737);
DELETE FROM `gossip_menu` WHERE `MenuID` IN (21215) AND `TextID` IN (822);
DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (21215);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (15) AND `SourceGroup` IN(21215);
UPDATE `smart_scripts` SET `event_param1`=344, `event_param2`=2 WHERE `entryorguid`=6746 AND `source_type`=0 AND `id`=0;

0 comments on commit 87e1f73

Please sign in to comment.