aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-08 15:24:38 +0200
committerGitHub <noreply@github.com>2025-06-08 15:24:38 +0200
commitbb68bf610ef97f2836ea1c3df4853a60cad99413 (patch)
tree1a1428b5eda7858e06fc397d69029d1f8f658298 /sql
parentff6df050c55b5ae56c6daaef9c44860992f927d1 (diff)
Scripts/Spells: Implement Frenzied & Powerful Enrage talents (#31039)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_08_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_08_00_world.sql b/sql/updates/world/master/2025_06_08_00_world.sql
new file mode 100644
index 00000000000..b00d59e5fbd
--- /dev/null
+++ b/sql/updates/world/master/2025_06_08_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_frenzied_enrage', 'spell_warr_powerful_enrage');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(184362, 'spell_warr_frenzied_enrage'),
+(184362, 'spell_warr_powerful_enrage');