aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2022-06-10 00:15:20 +0300
committerShauren <shauren.trinity@gmail.com>2022-06-10 19:32:05 +0200
commit7d9d55ee87e87df86cdaf8b3d65330c6aa99e30e (patch)
tree4551a507b6bd7ac0304b014216dc29e4c5a3fc1a /sql
parentfcc08ffb223602f19610bd87d25d32bdf34ca589 (diff)
Scripts/Quest: Migrate few quest spell scripts to zone files (#28015)
(cherry picked from commit b52e0ccbad718eb0b2d84f4a247c60f7934e8eb6)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_06_10_17_world_2022_06_09_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_06_10_17_world_2022_06_09_01_world.sql b/sql/updates/world/master/2022_06_10_17_world_2022_06_09_01_world.sql
new file mode 100644
index 00000000000..3231c540777
--- /dev/null
+++ b/sql/updates/world/master/2022_06_10_17_world_2022_06_09_01_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_undercity_bending_shinbone' WHERE `ScriptName` = 'spell_q1846_bending_shinbone';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_eastern_plaguelands_test_fetid_skull' WHERE `ScriptName` = 'spell_q5206_test_fetid_skull';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_azuremyst_isle_cast_fishing_net' WHERE `ScriptName` = 'spell_q9452_cast_net';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_dustwallow_marsh_salvage_wreckage' WHERE `ScriptName` = 'spell_q11140salvage_wreckage';
+UPDATE `spell_script_names` SET `ScriptName` = 'spell_borean_tundra_arcane_prisoner_rescue' WHERE `ScriptName` = 'spell_q11587_arcane_prisoner_rescue';