mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
DB/Spells: Add proc data for Exhilarating Blows (#31567)
This commit is contained in:
4
sql/updates/world/master/2026_02_16_04_world.sql
Normal file
4
sql/updates/world/master/2026_02_16_04_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (383219,391962);
|
||||
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
|
||||
(383219,0x00,4,0x02000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0), -- Exhilarating Blows, Mortal Strike
|
||||
(391962,0x00,4,0x00400000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Exhilarating Blows, Cleave
|
||||
@@ -84,6 +84,7 @@ enum WarriorSpells
|
||||
SPELL_WARRIOR_MORTAL_STRIKE = 12294,
|
||||
SPELL_WARRIOR_MORTAL_WOUNDS = 115804,
|
||||
SPELL_WARRIOR_OVERPOWER = 7384,
|
||||
SPELL_WARRIOR_OVERPOWERING_FINISH = 400205,
|
||||
SPELL_WARRIOR_POWERFUL_ENRAGE = 440277,
|
||||
SPELL_WARRIOR_RALLYING_CRY = 97463,
|
||||
SPELL_WARRIOR_RAVAGER = 228920,
|
||||
|
||||
Reference in New Issue
Block a user