DB/Gossips: Remove a custom gossip from some Innkeepers

(cherry picked from commit 87e1f7366a)
This commit is contained in:
Killyana
2020-01-03 17:07:14 +01:00
committed by Shauren
parent 3f3abe9ad0
commit 07046d0cf0

View File

@@ -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;