aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-07-17 20:29:08 +0200
committerGitHub <noreply@github.com>2025-07-17 20:29:08 +0200
commit1d6aa1455e48edb77d62b763a8932a4dd9f111e5 (patch)
tree78d0a793e19a60d174a5264b878477f2cb56d637 /sql
parent836513ba1bd456cba53495354cec132b440d5b81 (diff)
Scripts/Spells: Implement mage talent Improved Combustion (#31088)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_07_17_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_17_01_world.sql b/sql/updates/world/master/2025_07_17_01_world.sql
new file mode 100644
index 00000000000..5f0b1301642
--- /dev/null
+++ b/sql/updates/world/master/2025_07_17_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_improved_combustion';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(190319, 'spell_mage_improved_combustion');