mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 15:47:04 +01:00
Scripts/Spells: Implement warrior hero talent Storm Bolts (#30827)
This commit is contained in:
3
sql/updates/world/master/2025_04_18_01_world.sql
Normal file
3
sql/updates/world/master/2025_04_18_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user