From c0ff98bdc82418db125b3db73a18412519a3b599 Mon Sep 17 00:00:00 2001 From: Rothend Date: Wed, 1 Jul 2020 00:54:54 +0200 Subject: DB/Gossip: Remove deprecated gossip option to recover the Scepter of Celebras Closes #24850 --- sql/updates/world/3.3.5/2020_06_30_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_06_30_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_06_30_02_world.sql b/sql/updates/world/3.3.5/2020_06_30_02_world.sql new file mode 100644 index 00000000000..16ba10c414e --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_30_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuID`=5349 AND `OptionID`=0; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5349 AND `SourceEntry`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=13716 AND `source_type`=0 AND id=22; -- cgit v1.2.3