Scripts/Ulduar: Fixed Sentinel Blast affecting whole instance and small typo in a script
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (64679,64392);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
|
||||
VALUES
|
||||
(64679,'spell_auriaya_sentinel_blast'),
|
||||
(64392,'spell_auriaya_sentinel_blast');
|
||||
Reference in New Issue
Block a user