From 36d6ca471115b101ffb62d7cd4b994ba3b6347fd Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 23 Jun 2011 21:24:20 +0200 Subject: Scripts/Ulduar: Fixed Sentinel Blast affecting whole instance and small typo in a script --- sql/updates/world/2011_06_23_06_world_spell_script_names.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_06_23_06_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_06_23_06_world_spell_script_names.sql b/sql/updates/world/2011_06_23_06_world_spell_script_names.sql new file mode 100644 index 00000000000..33d20e467c6 --- /dev/null +++ b/sql/updates/world/2011_06_23_06_world_spell_script_names.sql @@ -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'); -- cgit v1.2.3