Core/Spells: fixed druid t12 restoration 4p bonus

This commit is contained in:
Ovahlord
2022-06-02 22:04:08 +02:00
parent 4dff2d5ad8
commit 2ea89f9734
2 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dru_t12_restoration_4p_bonus',
'spell_dru_firebloom');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(99015, 'spell_dru_t12_restoration_4p_bonus'),
(99017, 'spell_dru_firebloom');
DELETE FROM `spell_proc` WHERE `SpellId`= 99015;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
(99015, 7, 0x2, 2, 2);