Scripts/Spells: Implement warrior hero talent Storm Bolts (#30827)

This commit is contained in:
MoltenCrystal
2025-04-18 15:41:22 +02:00
committed by GitHub
parent 688fd5b1b8
commit f2ede236ab
2 changed files with 35 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_storm_bolts';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(107570, 'spell_warr_storm_bolts');