Core/Spells:

* fixed Searing Flames talent
* fixed Improved Lava Lash talent
This commit is contained in:
Ovahlord
2019-11-19 16:50:06 +01:00
parent ab062d8912
commit c66cbfbde4
2 changed files with 121 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_sha_searing_bolt',
'spell_sha_lava_lash_script');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(3606, 'spell_sha_searing_bolt'),
(105792 , 'spell_sha_lava_lash_script');