aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-07 21:33:42 +0100
committerGitHub <noreply@github.com>2025-01-07 21:33:42 +0100
commitb32ba71045e97fc8142d24a6bec6fcbcdc2b5784 (patch)
tree80e09e9e5e42765fd4aa250801fcc7595dba4a33 /sql/updates/world
parent3eac7242d1f5e6c4bf1bda5e2fe95b124bca9746 (diff)
Scripts/Spells: Fix dk talent Ice Prison (#30233)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2025_01_07_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_07_00_world.sql b/sql/updates/world/master/2025_01_07_00_world.sql
new file mode 100644
index 00000000000..0f4de99dc34
--- /dev/null
+++ b/sql/updates/world/master/2025_01_07_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_ice_prison';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(45524, 'spell_dk_ice_prison');