aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-12-08 01:47:19 +0100
committerGitHub <noreply@github.com>2023-12-08 01:47:19 +0100
commit36aac83ea37e667fb8e87fa9f8e97b5f0a38f235 (patch)
tree2b245320b790f9488d0a013b5e93344934a42251 /sql/updates
parentd9e4eccf925a183692330eb621951739e9083d85 (diff)
Scripts/Spells: Implement Blinding Sleet (#29478)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_12_08_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_08_00_world.sql b/sql/updates/world/master/2023_12_08_00_world.sql
new file mode 100644
index 00000000000..9d3357f64d1
--- /dev/null
+++ b/sql/updates/world/master/2023_12_08_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dk_blinding_sleet';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(207167, 'spell_dk_blinding_sleet');