Scripts/Ulduar: Fixed Sentinel Blast affecting whole instance and small typo in a script

This commit is contained in:
Vincent-Michael
2011-06-23 21:24:20 +02:00
committed by Lopin
parent 327c5d65bd
commit 36d6ca4711
2 changed files with 40 additions and 6 deletions
@@ -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');