Core/Spells: fixed Impact talent

* converted Living Bomb spell script to new model
This commit is contained in:
Ovahlord
2019-05-12 04:30:16 +02:00
parent 333e39a573
commit 3d93df80a6
2 changed files with 105 additions and 30 deletions

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_mage_impact',
'spell_mage_impact_triggered');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-11103, 'spell_mage_impact'),
(12355, 'spell_mage_impact_triggered');
UPDATE `spell_proc` SET `SpellTypeMask`= 1 WHERE `SpellId`= 64343;