aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-09-13 00:35:47 +0200
committerGitHub <noreply@github.com>2024-09-13 00:35:47 +0200
commit18519e62f786c505e3575b0739a1780f46c59e10 (patch)
treedf16e8f47d3a9acbf4f5936f55207942201efdfc /sql
parent7e504aded17d8e26e16287f905c7f74afb1c5977 (diff)
Scripts/Spells: Implement warlock talent Roaring Blaze (#30186)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_09_12_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_12_02_world.sql b/sql/updates/world/master/2024_09_12_02_world.sql
new file mode 100644
index 00000000000..abf36df7dcb
--- /dev/null
+++ b/sql/updates/world/master/2024_09_12_02_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_roaring_blaze';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(17962, 'spell_warl_roaring_blaze');