diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-11-24 17:05:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 17:05:01 +0200 |
| commit | ef4c878d260c0e01a6ab2f4391af46c261d04785 (patch) | |
| tree | 342955a7b82bceb385cbfec6d01304145a927af3 /sql | |
| parent | eb812bf3d510d9c6712448c4bb35983c91f97b4c (diff) | |
Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_11_24_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_24_00_world.sql b/sql/updates/world/3.3.5/2021_11_24_00_world.sql new file mode 100644 index 00000000000..b3dfcad870d --- /dev/null +++ b/sql/updates/world/3.3.5/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'; |
