diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2022-06-10 00:15:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 00:15:20 +0300 |
| commit | b52e0ccbad718eb0b2d84f4a247c60f7934e8eb6 (patch) | |
| tree | 9f8b634d20449b3d8202515a9f0a90b1b0514d14 /sql/updates/world | |
| parent | ee9e4ac33e354f14f18efbbad8bf52e2e33e3003 (diff) | |
Scripts/Quest: Migrate few quest spell scripts to zone files (#28015)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_06_09_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_06_09_01_world.sql b/sql/updates/world/3.3.5/2022_06_09_01_world.sql new file mode 100644 index 00000000000..3231c540777 --- /dev/null +++ b/sql/updates/world/3.3.5/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'; |
