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:
Ovahlord
2018-07-10 00:38:01 +02:00
parent 4d08d4af4f
commit 3db293b7a6
2 changed files with 44 additions and 1 deletions

View 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);