fix(Scripts/EmeraldDragons): Lethon should use shadow bolt whirl (#12045)
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
parent
6ffb8aae6e
commit
b5122ab046
2 changed files with 49 additions and 18 deletions
3
data/sql/updates/pending_db_world/shadowboltwhirl.sql
Normal file
3
data/sql/updates/pending_db_world/shadowboltwhirl.sql
Normal 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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue