aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-09 21:24:47 +0200
committerGitHub <noreply@github.com>2025-06-09 21:24:47 +0200
commit0ba78eb4c4314bf4f339d1d0d42d06e495bac06e (patch)
tree95e20273691b876a6c991033594330b5cdbcc6d2 /sql/updates
parent10e9386ab97f792f72bbe156362eb6bd23c0bcea (diff)
Scripts/Spells: Fix Odyn's Fury target cap & Titanic Rage talent (#31043)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_06_09_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_09_03_world.sql b/sql/updates/world/master/2025_06_09_03_world.sql
new file mode 100644
index 00000000000..e44400b4b67
--- /dev/null
+++ b/sql/updates/world/master/2025_06_09_03_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (394329);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(394329,0x00,4,0x00000000,0x00000000,0x00000000,0x00000080,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0); -- Titanic Rage
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_titanic_rage';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(394329, 'spell_warr_titanic_rage');