mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Spells: removed broken Steady Shot energize spell_linked_spell fix and properly fix it via spell script
This commit is contained in:
5
sql/updates/world/cata_classic/2024_11_29_00_world.sql
Normal file
5
sql/updates/world/cata_classic/2024_11_29_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user