Scripts/Spells: Implement dh talent "Painbringer" (#31501)

This commit is contained in:
Aqua Deus
2026-01-17 16:20:13 +01:00
committed by GitHub
parent 2e41f6daac
commit b384c2bc8b
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (207387);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(207387,0x00,107,0x00100000,0x00000000,0x00000000,0x00000000,0x4000,0x0,0x2,0x2,0x0,0x2,0x0,0,100,0,0); -- Painbringer
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_painbringer', 'spell_dh_painbringer_reduce_damage');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(207387, 'spell_dh_painbringer'),
(212988, 'spell_dh_painbringer_reduce_damage');