mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: fixed paladin Illuminated Healing mastery
This commit is contained in:
8
sql/updates/world/4.3.4/2017_11_30_10_world.sql
Normal file
8
sql/updates/world/4.3.4/2017_11_30_10_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user