mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Scripts/EmeraldDragons): Lethon should use shadow bolt whirl (#12045)
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
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');
|
||||
Reference in New Issue
Block a user