Core/Spells: moved Cobra Shot's spell_linked_spell fix to spell scripts

This commit is contained in:
Ovahlord
2024-11-29 17:35:00 +01:00
parent 592ab31463
commit dfb26231fb
2 changed files with 27 additions and 0 deletions

View File

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