aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-03-11 18:26:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-07 00:15:53 +0100
commit9ac16dc2198467f2fd2370119eb9e2d922120787 (patch)
treecc9fc209253e24b121518aba537a35596ca7ce56 /sql/updates
parente9778e24122e58a9d34141518a10b3d27b32d0fa (diff)
DB/Spells: Sayge's Carnie Buff & Buffeting Winds of Susurrus
Ref #24663 (cherry picked from commit d6c83592241e84021e142cd45ed4a6a0b5b7d4d3)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_03_06_82_world_2021_03_11_05_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_82_world_2021_03_11_05_world.sql b/sql/updates/world/master/2022_03_06_82_world_2021_03_11_05_world.sql
new file mode 100644
index 00000000000..cb6ad8713f4
--- /dev/null
+++ b/sql/updates/world/master/2022_03_06_82_world_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;