Scripts/Spells: Fixed demon hunter Chaos Strike for initial specialization

This commit is contained in:
Shauren
2025-07-24 23:33:33 +02:00
parent 4a1b881a0c
commit af47b10cff
2 changed files with 26 additions and 0 deletions

View File

@@ -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');