Scripts/Spells: Fix dk talent Icy Talons (#30232)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Aqua Deus
2024-10-12 20:45:06 +02:00
committed by GitHub
parent c7a073140c
commit f7ae3b2e7a
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (194878);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(194878,0x00,15,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Icy Talons
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dk_icy_talons','spell_dk_icy_talons_buff');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(194878, 'spell_dk_icy_talons'),
(194879, 'spell_dk_icy_talons_buff');