aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2022_03_05_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_03_05_00_world.sql b/sql/updates/world/3.3.5/2022_03_05_00_world.sql
new file mode 100644
index 00000000000..a05e9aad2c0
--- /dev/null
+++ b/sql/updates/world/3.3.5/2022_03_05_00_world.sql
@@ -0,0 +1,8 @@
+--
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_sholazar_take_sputum_sample' WHERE `ScriptName` = 'spell_q12683_take_sputum_sample';
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_sholazar_sputum_collected';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(52306,'spell_sholazar_sputum_collected');
+
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_sholazar_song_of_cleansing' WHERE `ScriptName` = 'spell_q12735_song_of_cleansing';