From af47b10cff5159c5b53a293cbed6d8b0c132ece1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 24 Jul 2025 23:33:33 +0200 Subject: Scripts/Spells: Fixed demon hunter Chaos Strike for initial specialization --- sql/updates/world/master/2025_07_24_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_07_24_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_07_24_00_world.sql b/sql/updates/world/master/2025_07_24_00_world.sql new file mode 100644 index 00000000000..9fc8c86cf0a --- /dev/null +++ b/sql/updates/world/master/2025_07_24_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_chaos_strike_initial'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(344862,'spell_dh_chaos_strike_initial'); -- cgit v1.2.3