mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-20 09:01:01 +01:00
Core/Spells: Holy Word: Sanctuary will now diminish when having 6 or more targets
*Surge of Light will now properly get removed when Flash Heal has been casted
This commit is contained in:
7
sql/updates/world/custom/custom_2018_07_10_00_world.sql
Normal file
7
sql/updates/world/custom/custom_2018_07_10_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pri_holy_word_sanctuary_triggered';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(88686, 'spell_pri_holy_word_sanctuary_triggered');
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 88688;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
|
||||
(88688, 6, 0x00000800, 0x0, 0x0, 0x00004000, 1, 1, 0, 0, 0, 1, 100);
|
||||
Reference in New Issue
Block a user