mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Core/Spells:
* fixed Searing Flames talent * fixed Improved Lava Lash talent
This commit is contained in:
7
sql/updates/world/custom/custom_2019_11_19_01_world.sql
Normal file
7
sql/updates/world/custom/custom_2019_11_19_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user