DB/Spells: added missing scriptname to warrior Thunder Clap spell to enable blood and thunder

This commit is contained in:
Ovalord
2018-01-12 13:58:25 +01:00
parent 6eed2c233d
commit c8ec3310ae

View 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');