From c6f389db769d44b341450d634295b2a0302daa15 Mon Sep 17 00:00:00 2001 From: Rothend Date: Thu, 2 Jul 2020 23:52:15 +0200 Subject: DB/Gossip: Remove Cataclysm gossip from Winkey, Raider Jhash and Anduin Wrynn Closes #24859 --- sql/updates/world/3.3.5/2020_07_01_06_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_07_01_06_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_07_01_06_world_335.sql b/sql/updates/world/3.3.5/2020_07_01_06_world_335.sql new file mode 100644 index 00000000000..e208ec61767 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_01_06_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=0 WHERE `entry` IN (7770, 10676); +DELETE FROM `gossip_menu` WHERE `TextID`=16642; +DELETE FROM `gossip_menu` WHERE `MenuID` IN (11189, 11876); +-- DELETE FROM `npc_text` WHERE `ID` IN (15572, 16642, 16644); -- cgit v1.2.3