diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-08-31 15:28:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-31 15:28:39 +0200 |
commit | 9c89fc957ce8e6d0fc6a7da0352f153a3a3261ec (patch) | |
tree | a8d87bc52aa655beea132d1e477da1ea589c8e9c /sql/updates | |
parent | 187e74ac722747192d4a26508c58c857221a6703 (diff) |
Scripts/Spells: Delete death knight spell scripts removed in patch 11.2 (#31227)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2025_08_31_05_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_31_05_world.sql b/sql/updates/world/master/2025_08_31_05_world.sql new file mode 100644 index 00000000000..3801986661d --- /dev/null +++ b/sql/updates/world/master/2025_08_31_05_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=188290 AND `ScriptName`='spell_dk_death_and_decay_increase_targets'; |