fix(Scripts/Northrend): KTZ Void Blast can now fail Immortal criteria (#25652)

This commit is contained in:
sogladev 2026-04-30 02:48:24 +02:00 committed by GitHub
parent b87da27987
commit ce26dabafd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 27812 AND `ScriptName` = 'spell_kelthuzad_void_blast';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(27812, 'spell_kelthuzad_void_blast');