mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Spells: removed spell hack from eclipse system and fixed the eclipse system entirely
This commit is contained in:
7
sql/updates/world/4.3.4/custom_2018_01_16_00_world.sql
Normal file
7
sql/updates/world/4.3.4/custom_2018_01_16_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_eclipse_mastery_driver_passive';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(79577, 'spell_dru_eclipse_mastery_driver_passive');
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellID`= 79577;
|
||||
INSERT INTO `spell_proc` (`SpellID`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
|
||||
(79577, 0, 0, 0x00010000, 1, 1);
|
||||
Reference in New Issue
Block a user