Scripts/Spells: Implemented Priest talent Heaven's Wrath (#29671)

This commit is contained in:
Mematoru23
2024-02-08 00:28:42 +02:00
committed by GitHub
parent 49242773f0
commit 40bb7ca868
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_heavens_wrath';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(421558,'spell_pri_heavens_wrath');
DELETE FROM `spell_proc` WHERE `SpellId` IN (421558);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(421558,0x00,6,0x00000000,0x00018000,0x00000000,0x00000000,0x0,0x0,0x3,0x2,0x403,0x0,0x0,0,0,0,0); -- Heaven's Wrath