Scripts/Spells: removed broken Steady Shot energize spell_linked_spell fix and properly fix it via spell script

This commit is contained in:
Ovahlord
2024-11-29 17:16:08 +01:00
parent 7bdbcc5bda
commit 592ab31463
2 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hun_steady_shot';
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 56641;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56641, 'spell_hun_steady_shot');