fix(Scripts/Northrend): KTZ Void Blast can now fail Immortal criteria (#25652)
This commit is contained in:
parent
b87da27987
commit
ce26dabafd
2 changed files with 28 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue