diff options
Diffstat (limited to 'sql')
| -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'); |
