diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-11-24 17:05:01 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-23 00:06:37 +0100 |
| commit | 83b4c8cd37bd3b6894cfbd1f48c1c7e7234f853f (patch) | |
| tree | f11585c048cac1e49ecb36634e22494428ec61bd /sql | |
| parent | 4281049e0c0d38a968d1d37bdd3ec04e35b81850 (diff) | |
Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)
(cherry picked from commit ef4c878d260c0e01a6ab2f4391af46c261d04785)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_03_22_08_world_2021_11_24_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_22_08_world_2021_11_24_00_world.sql b/sql/updates/world/master/2022_03_22_08_world_2021_11_24_00_world.sql new file mode 100644 index 00000000000..b3dfcad870d --- /dev/null +++ b/sql/updates/world/master/2022_03_22_08_world_2021_11_24_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_shimmering_vessel', 'spell_gen_arcane_charge'); +UPDATE `spell_script_names` SET `ScriptName` = 'spell_muru_negative_energy_periodic' WHERE `ScriptName` = 'spell_gen_negative_energy_periodic'; +UPDATE `spell_script_names` SET `ScriptName` = 'spell_reliquary_of_souls_aura_of_anger' WHERE `ScriptName` = 'spell_gen_aura_of_anger'; +UPDATE `spell_script_names` SET `ScriptName` = 'spell_brutallus_burn' WHERE `ScriptName` = 'spell_gen_burn_brutallus'; |
