mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/DK: Implemented Howling Blast (#28761)
This commit is contained in:
4
sql/updates/world/master/2023_01_26_07_world.sql
Normal file
4
sql/updates/world/master/2023_01_26_07_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Howling Blast
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_dk_howling_blast');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(49184, 'spell_dk_howling_blast'):
|
||||
Reference in New Issue
Block a user