From d6c83592241e84021e142cd45ed4a6a0b5b7d4d3 Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 11 Mar 2021 18:26:23 +0200 Subject: DB/Spells: Sayge's Carnie Buff & Buffeting Winds of Susurrus Ref #24663 --- sql/updates/world/3.3.5/2021_03_11_05_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_03_11_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_03_11_05_world.sql b/sql/updates/world/3.3.5/2021_03_11_05_world.sql new file mode 100644 index 00000000000..cb6ad8713f4 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_03_11_05_world.sql @@ -0,0 +1,10 @@ +-- Previously 23770 was used directly(hack), now it will be correctly triggered +UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 14822 AND `source_type` = 0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 14822 AND `source_type` = 0 AND `id` = 14; + +-- Otherwise third effect of 30058 will be blocked since player is already on taxi +DELETE FROM `spell_custom_attr` WHERE `entry` = 32474; +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES +(32474,262144); + +UPDATE `smart_scripts` SET `action_param1` = 30058, `comment` = "Susurrus - On Gossip Option 0 Selected - Cast 'Buffeting Winds of Susurrus'" WHERE `entryorguid` = 17435 AND `source_type` = 0 AND `id` = 0; -- cgit v1.2.3