fix(Script/Spells): Script Priest Heal T4 4P Bonus (#17490)

* fix(Core/Spells): Script Priest Heal T4 4P Bonus

* RemoveAurasDueToSpell

* comment out unused stuff
This commit is contained in:
avarishd
2023-10-12 16:16:59 +03:00
committed by GitHub
parent 4f2ea0a090
commit e4eb789e52
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- 37565 - Flexibility | Item - Priest T4 Holy/Discipline 4P Bonus
DELETE FROM `spell_script_names` WHERE `spell_id`=37565;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (37565, 'spell_pri_t4_4p_bonus');
DELETE FROM `spell_proc_event` WHERE `entry`=37565;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(37565, 0, 6, 4096, 0, 0, 16384, 0, 1, 0, 0, 0);