fix(Scripts/EmeraldDragons): Lethon should use shadow bolt whirl (#12045)

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
temperrr
2022-06-15 12:24:45 +02:00
committed by GitHub
parent 6ffb8aae6e
commit b5122ab046
2 changed files with 49 additions and 18 deletions

View File

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