aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-07-19 15:54:16 +0200
committerGitHub <noreply@github.com>2025-07-19 15:54:16 +0200
commit4af0607e3e988f499ea49096e5cdfe575137d419 (patch)
treecb7d96b927fafa2426542f62cc919490752a1190 /sql/updates
parentfda391b0f73f9254391ca159c91956e95ff1e55e (diff)
Scripts/Spells: Implement Unbridled Ferocity (#31067)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_07_19_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_19_03_world.sql b/sql/updates/world/master/2025_07_19_03_world.sql
new file mode 100644
index 00000000000..c832fe30c53
--- /dev/null
+++ b/sql/updates/world/master/2025_07_19_03_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_unbridled_ferocity';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(389603, 'spell_warr_unbridled_ferocity');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (389603);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(389603,0x00,4,0x00000000,0x00000000,0x00000000,0x08000000,0x0,0x0,0x0,0x2,0x403,0x0,0x0,0,0,0,0); -- Unbridled Ferocity