aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-08 21:24:03 +0200
committerGitHub <noreply@github.com>2025-06-08 21:24:03 +0200
commit35214519ce12064223fb6c39fbdc2519db4569d3 (patch)
tree2878c34366a22dfc5bceb57a1134eb8de89f15a4 /sql/updates
parent6ff851fdcfd86f0a199f60a745d314b0f5870a7a (diff)
Scripts/Spells: Correctly handle enrage on rampage & bloodthirst (#31045)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_06_08_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_08_02_world.sql b/sql/updates/world/master/2025_06_08_02_world.sql
new file mode 100644
index 00000000000..0f5ab5edab3
--- /dev/null
+++ b/sql/updates/world/master/2025_06_08_02_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_enrage_proc', 'spell_warr_rampage_enrage');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(184361, 'spell_warr_enrage_proc');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (184361);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(184361,0x00,4,0x00000000,0x00000400,0x00000000,0x08000000,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0,0,0,0); -- Enrage