aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-08-31 10:45:48 +0200
committerGitHub <noreply@github.com>2025-08-31 10:45:48 +0200
commitbf61cc7a48cb8cac1180bb0f1935ae1bc08577b2 (patch)
tree510da0171005982560e33980e4794bb21452914a /sql/updates
parent4d73fcd56340db4a5924518bde8bf8c3527a9d84 (diff)
Scripts/Spells: Implement mage talent Scorch (#31083)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_08_31_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_31_04_world.sql b/sql/updates/world/master/2025_08_31_04_world.sql
new file mode 100644
index 00000000000..a7a179f42d0
--- /dev/null
+++ b/sql/updates/world/master/2025_08_31_04_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_scorch';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(2948, 'spell_mage_scorch');