mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
fix(Scripts/StormPeaks): fix Jokkum summon for quest "Krolmir, Hammer of Storms" (#25392)
Co-authored-by: sudlud <sudlud@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Riding Jokkum cast is now handled by spell_q13010_jokkum_summon
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 30331) AND (`source_type` = 0) AND (`id` IN (5));
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q13010_jokkum_summon';
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_riding_jokkum';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(56541, 'spell_q13010_jokkum_summon'),
|
||||
(56606, 'spell_riding_jokkum');
|
||||
Reference in New Issue
Block a user