mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spells: added missing scriptname to warrior Thunder Clap spell to enable blood and thunder
This commit is contained in:
5
sql/updates/world/4.3.4/custom_2018_01_12_00_world.sql
Normal file
5
sql/updates/world/4.3.4/custom_2018_01_12_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_warr_thunder_clap');
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(6343, 'spell_warr_thunder_clap');
|
||||
Reference in New Issue
Block a user