Skip to content

Commit 8747419

Browse files
DB/Spells: Add proc data for Exhilarating Blows (TrinityCore#31567)
1 parent 9701b2f commit 8747419

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DELETE FROM `spell_proc` WHERE `SpellId` IN (383219,391962);
2+
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
3+
(383219,0x00,4,0x02000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0), -- Exhilarating Blows, Mortal Strike
4+
(391962,0x00,4,0x00400000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Exhilarating Blows, Cleave

src/server/scripts/Spells/spell_warrior.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ enum WarriorSpells
8484
SPELL_WARRIOR_MORTAL_STRIKE = 12294,
8585
SPELL_WARRIOR_MORTAL_WOUNDS = 115804,
8686
SPELL_WARRIOR_OVERPOWER = 7384,
87+
SPELL_WARRIOR_OVERPOWERING_FINISH = 400205,
8788
SPELL_WARRIOR_POWERFUL_ENRAGE = 440277,
8889
SPELL_WARRIOR_RALLYING_CRY = 97463,
8990
SPELL_WARRIOR_RAVAGER = 228920,

0 commit comments

Comments
 (0)