diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 20:36:09 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 20:36:09 +0100 |
commit | c1d8e30015805fc017fbebd69f2f0fb465444f0c (patch) | |
tree | 921e7db01ae19f1f8f61f3a80e565857d0abd998 /sql | |
parent | 7f29956937b807c371ee3f3057d96f7601b4bc19 (diff) |
Scripts/Spells: fixed Howling Blast damage calculation
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_11_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_11_00_world.sql b/sql/updates/world/cata_classic/2025_01_11_00_world.sql new file mode 100644 index 00000000000..55f6a7fabab --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_howling_blast'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(49184, 'spell_dk_howling_blast'); |