diff options
| author | Matan Shukry <matanshukry@gmail.com> | 2021-02-27 14:51:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 13:51:37 +0100 |
| commit | 18a82d980193e7a4ff6bfc8b896d765a7add1a49 (patch) | |
| tree | 8d98ed7e289cfbf1b448f790b26ed24856395cee /sql/updates | |
| parent | 6b9ff7442e8faeee7c9ebec347af28609b3fd6cd (diff) | |
Scripts/Spells: Removed unused shaman spell scripts (#26158)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_02_27_03_world_shaman_spells_remove_unused.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_03_world_shaman_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_03_world_shaman_spells_remove_unused.sql new file mode 100644 index 00000000000..66187377083 --- /dev/null +++ b/sql/updates/world/master/2021_02_27_03_world_shaman_spells_remove_unused.sql @@ -0,0 +1,2 @@ +-- Remove old unused spell scripts +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_fire_nova'); |
