diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-03-05 02:26:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 02:26:29 +0200 |
commit | 3d6cc67caf26ddf81ea967064f508f8c8569c278 (patch) | |
tree | ebcb28423a36631207304acf2f74ae6d81ebbe5a /sql | |
parent | 9d654345b50daff0a6b83db9a0c2aa05aac1bd64 (diff) |
Scripts/Quest: Update 'Burning to Help' & 'A Cleansing Song' (#27849)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2022_03_05_00_world.sql | 8 |
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'; |