aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2022_06_26_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_06_26_00_world.sql b/sql/updates/world/3.3.5/2022_06_26_00_world.sql
new file mode 100644
index 00000000000..221ba43c7a7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2022_06_26_00_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-33711,-38794,33686,51010);
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_murmur_murmurs_touch','spell_item_dire_brew');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(33711,'spell_murmur_murmurs_touch'),
+(38794,'spell_murmur_murmurs_touch'),
+(51010,'spell_item_dire_brew');