fix(Scripts/Ulduar): Fix Kologarn script (#21595)

Co-authored-by: Hexadecimal <hd@hd.hd>
This commit is contained in:
p-tkachuk
2025-03-05 03:44:57 +01:00
committed by GitHub
parent 82bc814858
commit 78a01fd678
3 changed files with 92 additions and 33 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=63342;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (63342, 'spell_kologarn_focused_eyebeam');