aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-04-18 15:03:05 +0200
committerGitHub <noreply@github.com>2025-04-18 15:03:05 +0200
commit688fd5b1b87743c4ee7ab93eb255919c9bde9c1d (patch)
tree0ff4db01ee8f8aed2f772b5d79475c63aaa91115 /sql
parent5b260df4b6dc77cadd20f884e9ef8445bf777dd8 (diff)
Scripts/Spells: Implement druid talent Mangle (#30763)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_04_18_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_18_00_world.sql b/sql/updates/world/master/2025_04_18_00_world.sql
new file mode 100644
index 00000000000..6aff53434db
--- /dev/null
+++ b/sql/updates/world/master/2025_04_18_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=33917;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(33917, 'spell_dru_mangle');