Core/Spells: fixed paladin Illuminated Healing mastery

This commit is contained in:
Ovah
2017-11-30 13:05:12 +00:00
committed by Aokromes
parent 72550d3002
commit 4bb017457e
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_illuminated_healing';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(76669, 'spell_pal_illuminated_healing');
DELETE FROM `spell_proc` WHERE `SpellID`= 76669;
INSERT INTO `spell_proc` (`SpellID`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
(76669, 10, 0, 0x00004000, 2, 2, 0, 0x0000020);