mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/Spells: fixed druid t12 restoration 4p bonus
This commit is contained in:
11
sql/updates/world/4.3.4/2022_06_02_01_world.sql
Normal file
11
sql/updates/world/4.3.4/2022_06_02_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user