aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-07-13 22:36:44 +0200
committerGitHub <noreply@github.com>2025-07-13 22:36:44 +0200
commit17bc1df948357880058126a2269a116af9630827 (patch)
tree15f7ec1e80469b3a3f7836693780fd2fbe3e26a2 /sql
parent63a4ce5396ef17765380bbe7eddf1d052010a067 (diff)
Scripts/Spells: Implement mage talent Molten Fury (#31091)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_07_13_12_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_13_12_world.sql b/sql/updates/world/master/2025_07_13_12_world.sql
new file mode 100644
index 00000000000..7a5634e08ab
--- /dev/null
+++ b/sql/updates/world/master/2025_07_13_12_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_molten_fury';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(457803, 'spell_mage_molten_fury');