From 58cd4e58f7d2f382903c8abe065b697d3a0bcb6b Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 26 Jan 2023 18:38:10 +0100 Subject: Scripts/DK: Implemented Howling Blast (#28761) --- sql/updates/world/master/2023_01_26_07_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2023_01_26_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_01_26_07_world.sql b/sql/updates/world/master/2023_01_26_07_world.sql new file mode 100644 index 00000000000..c09f2d32a31 --- /dev/null +++ b/sql/updates/world/master/2023_01_26_07_world.sql @@ -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'): -- cgit v1.2.3